Skip to content

Commit 75290d3

Browse files
committed
json, es5-shim grunt bowerInstall excluded angular-fullstack#325
1 parent 306fa12 commit 75290d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module.exports = function (grunt) {
234234
target: {
235235
src: '<%%= yeoman.client %>/index.html',
236236
ignorePath: '<%%= yeoman.client %>/',
237-
exclude: [/bootstrap-sass-official/, /bootstrap.js/<% if(!filters.css) { %>, /bootstrap.css/, /font-awesome.css/ <% } %>]
237+
exclude: [/bootstrap-sass-official/, /bootstrap.js/, '/json3/', '/es5-shim/'<% if(!filters.css) { %>, /bootstrap.css/, /font-awesome.css/ <% } %>]
238238
}
239239
},
240240

0 commit comments

Comments
 (0)