generator-smacss icon indicating copy to clipboard operation
generator-smacss copied to clipboard

Problem in concating bootstrap and other libraries through bower

Open gokulkrishh opened this issue 8 years ago • 1 comments

Through bower-install gulp task, libraries like bootstrap is not concating css and js file due to bower.json not present in bower_components/bootstrap

Bootstrap and some other libraries in bower contains .bower.json file instead bower.json. In bower task we have check this also

gokulkrishh avatar Sep 08 '15 13:09 gokulkrishh

The user should be allowed override such configs.

In https://github.com/Swiip/generator-gulp-angular/ there is a gulp conf.js file where the user can config the src, dist directories etc.

rgksugan avatar Sep 10 '15 06:09 rgksugan