Skip to content

Commit

Permalink
Update clean job
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jan 10, 2015
1 parent b210a61 commit 933efda
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 @@ -6,7 +6,7 @@ module.exports = function (grunt) {
pkg: grunt.file.readJSON('package.json'),
clean: {
deps: ['build/dependencies/*.js'],
dist: ['build/*.js'],
dist: ['build/*.js', 'dist/'],
all: ['build', 'test/ui/*.html.json', 'example/*.html.json']
},
jasmine: {
Expand Down

0 comments on commit 933efda

Please sign in to comment.