FountainJS / generator-fountain-webapp

Yeoman 'fountain' generator to start a webapp

Home Page:http://fountainjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why wiredep exclude bootstrap by default??

moussa-b opened this issue · comments

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" } } }