-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
After install LESS with Bower (bower.io), I didn't have a pleasant experience. The directory of LESS in "bower_components" was totaly of unnecessary files and the developers will not use these.
Different from jQuery library, I have another experiencia. The directory of 'bower_components' are clean, and only with files I really use, eg: 'jquery.js', 'jquery.min.js' etc, but in LESS I have a exact copy of repository and isn't good.
See the good 'bower.json' file of the jQuery repository (this help us for solve this fix): https://github.com/jquery/jquery/blob/master/bower.json