We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd6bfe9 + fbdb394 commit e5443ceCopy full SHA for e5443ce
app/templates/Gruntfile.js
@@ -248,8 +248,8 @@ module.exports = function (grunt) {
248
// Automatically inject Bower components into the app and karma.conf.js
249
wiredep: {
250
options: {
251
- exclude: [
252
- /bootstrap.js/,
+ exclude: [ <% if(filters.uibootstrap) { %>
+ /bootstrap.js/,<% } %>
253
'/json3/',
254
'/es5-shim/'<% if(!filters.css) { %>,
255
/font-awesome\.css/<% if(filters.bootstrap) { %>,
0 commit comments