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 /.meteor/packages | |
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 '.meteor/packages')
-rw-r--r-- | .meteor/packages | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.meteor/packages b/.meteor/packages index 42559169..7dde3983 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -50,7 +50,6 @@ kadira:flow-router meteorhacks:picker meteorhacks:subs-manager mquandalle:autofocus -mquandalle:bower mquandalle:moment ongoworks:speakingurl raix:handlebar-helpers @@ -64,7 +63,9 @@ fortawesome:fontawesome mousetrap:mousetrap mquandalle:jquery-textcomplete mquandalle:jquery-ui-drag-drop-sort +mquandalle:perfect-scrollbar peerlibrary:blaze-components perak:markdown seriousm:emoji-continued templates:tabs +verron:autosize |