diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-25 20:01:48 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-25 20:31:09 +0200 |
commit | 6730478008f0806b283a64f37d5f716fc38b1abe (patch) | |
tree | 246a9408e91fcfd7534534640800412d858c460f /bower.json | |
parent | 07cc454b410a2b027960971662757810bd301f5d (diff) | |
download | wekan-6730478008f0806b283a64f37d5f716fc38b1abe.tar.gz wekan-6730478008f0806b283a64f37d5f716fc38b1abe.tar.bz2 wekan-6730478008f0806b283a64f37d5f716fc38b1abe.zip |
Replace bower packages by meteor ones
Bower build process was sometimes unpredictable and had unspecified
dependencies (git) that caused bugs (eg #164, #172). Meteor packages
have better integration with the meteor build system and ensure
deterministic build, the downside being that we have to maintain
wrapper of JS package just for the purpose of publishing in
atmosphere. Others are also struggling with this, see for instance:
https://github.com/MeteorCommunity/discussions/issues/14
Hopefully we'll have a better solution one day (official browserify
integration? Who knows.)
As a side effect the new release of perfect-scrollbar breaks the
style, this will be fixed in a later commit.
Fixes #172
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bower.json b/bower.json deleted file mode 100644 index 5577575b..00000000 --- a/bower.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "LibreBoard", - "dependencies": { - "autosize": "3.0.6", - "perfect-scrollbar": "0.6.2" - }, - "private": true -} |