You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
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" } } }
The text was updated successfully, but these errors were encountered: