Skip to content

Commit 597b8b5

Browse files
committed
fix(build): only include sass if sass is selected
Sass-bootstrap should only be included if the user selects sass Fixes #449
1 parent 3cced99 commit 597b8b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: templates/common/_bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"angular": "~1.2.0",
6-
"json3": "~3.2.4",<% if (bootstrap) { %>
7-
"jquery": "~1.10.0",
8-
"sass-bootstrap": "~3.0.0",
9-
<% } %>"es5-shim": "~2.1.0"<% if (resourceModule) { %>,
6+
"json3": "~3.2.4",
7+
"es5-shim": "~2.1.0"<% if (bootstrap) { %>,
8+
"jquery": "~1.10.2"<% } %><% if (compassBootstrap) { %>,
9+
"sass-bootstrap": "~3.0.0"<% } %><% if (resourceModule) { %>,
1010
"angular-resource": "~1.2.0"<% } %><% if (cookiesModule) { %>,
1111
"angular-cookies": "~1.2.0"<% } %><% if (sanitizeModule) { %>,
1212
"angular-sanitize": "~1.2.0"<% } %><% if (routeModule) { %>,

0 commit comments

Comments
 (0)