FountainJS / generator-fountain-webapp

Yeoman 'fountain' generator to start a webapp
http://fountainjs.io
MIT License
967 stars 67 forks source link

Why wiredep exclude bootstrap by default?? #205

Open moussa-b opened 7 years ago

moussa-b commented 7 years ago

Is there a reason for which wiredep exclude bootstrap by default?

I have dowloaded hello app with gulp, javascript and sass. And by defaut in conf/gulp.conf.js bootstrap is excluded for wiredep, why is that?

exports.wiredep = { exclude: [/\/bootstrap\.js$/, /\/bootstrap-sass\/.*\.js/, /\/bootstrap\.css/], directory: 'bower_components' };

Here is the content of .yo-rc.json :

{ "generator-fountain-angular1": { "version": "1.0.0", "props": { "skipInstall": true, "framework": "angular1", "modules": "inject", "js": "js", "ci": "", "css": "scss", "resolved": "/Users/swiip/Workspace/FountainJS/fountain/generator-fountain-angular1/generators/app/index.js", "namespace": "fountain-angular1:app", "_": [], "sample": "hello", "router": "uirouter" } } }

blowsie commented 6 years ago

https://github.com/FountainJS/generator-fountain-webapp/issues/126