We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b76f commit 6fa4b4eCopy full SHA for 6fa4b4e
app/templates/Gruntfile.js
@@ -245,12 +245,12 @@ module.exports = function (grunt) {
245
wiredep: {
246
options: {
247
exclude: [
248
- /bootstrap-sass-official/,
249
/bootstrap.js/,
250
'/json3/',
251
'/es5-shim/'<% if(!filters.css) { %>,
252
- /bootstrap.css/,
253
- /font-awesome.css/<% } %>
+ /font-awesome\.css/<% if(filters.bootstrap) { %>,
+ /bootstrap\.css/<% if(filters.sass) { %>,
+ /bootstrap-sass-official/<% }}} %>
254
]
255
},
256
client: {
0 commit comments