simison / bootstrap3-less

(deprecated) Bootstrap 3 for Meteor, with Less.
60 stars 19 forks source link

Split package into less and js only packages #18

Closed cherbst closed 10 years ago

cherbst commented 10 years ago

Would it be possible to split this package into two packages, with one package containing only the js files and the other only the less files? The use case is that of someone only needs the less files and not the js (e.g. using angularjs and angular ui bootstrap) than it would be less size to send to the client.

simison commented 10 years ago

Since majority of the users will surely need it all and it's rather convenient to get it at once — I suggest you fork this package to two packages of your own. Just remove api.add_files() lines from package.js then.

simison commented 10 years ago

BTW https://github.com/simison/bootstrap3-less/issues/19 is trying to solve this issue.