Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1125 from eddiemonge/fixbs
Browse files Browse the repository at this point in the history
fix(app): add an override for bootstrap/bower
  • Loading branch information
eddiemonge committed Jun 30, 2015
2 parents f884d07 + 209100d commit 6a56092
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion templates/common/root/_bower.json
Expand Up @@ -18,5 +18,14 @@
"angular-mocks": "^<%= ngVer %>"
}<% if (appPath) { %>,
"appPath": "<%= appPath %>"<% } %>,
"moduleName": "<%= scriptAppName %>"
"moduleName": "<%= scriptAppName %>"<% if (bootstrap) { %>,
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}<% } %>
}

0 comments on commit 6a56092

Please sign in to comment.