From 597b8b5cfab77b78e7f6091140beda2eeee0ed54 Mon Sep 17 00:00:00 2001 From: "Eddie Monge Jr." Date: Tue, 12 Nov 2013 13:25:09 -0800 Subject: [PATCH] fix(build): only include sass if sass is selected Sass-bootstrap should only be included if the user selects sass Fixes #449 --- templates/common/_bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/common/_bower.json b/templates/common/_bower.json index d15be0faf..b63e090ee 100644 --- a/templates/common/_bower.json +++ b/templates/common/_bower.json @@ -3,10 +3,10 @@ "version": "0.0.0", "dependencies": { "angular": "~1.2.0", - "json3": "~3.2.4",<% if (bootstrap) { %> - "jquery": "~1.10.0", - "sass-bootstrap": "~3.0.0", - <% } %>"es5-shim": "~2.1.0"<% if (resourceModule) { %>, + "json3": "~3.2.4", + "es5-shim": "~2.1.0"<% if (bootstrap) { %>, + "jquery": "~1.10.2"<% } %><% if (compassBootstrap) { %>, + "sass-bootstrap": "~3.0.0"<% } %><% if (resourceModule) { %>, "angular-resource": "~1.2.0"<% } %><% if (cookiesModule) { %>, "angular-cookies": "~1.2.0"<% } %><% if (sanitizeModule) { %>, "angular-sanitize": "~1.2.0"<% } %><% if (routeModule) { %>,