Skip to content

Commit

Permalink
clean should also clean out json files
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Aug 24, 2017
1 parent 27392c3 commit b275202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ module.exports = function(grunt) {
}
},
clean: {
dist: ['dist/*.js', 'dist/*.map'],
dist: ['dist/*.js', 'dist/*.map', 'dist/*.json'],
docs: [ 'css', 'font', 'grunt-scripts', 'index.html', 'js', 'partials'].map(function(file) { return Z.var.paths.doc + '/' + file; })
},
ngdocs: {
Expand Down

0 comments on commit b275202

Please sign in to comment.