Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #43 from jrit/master
Browse files Browse the repository at this point in the history
prevent file contention problems on Windows
  • Loading branch information
dmaloneycalu committed Jan 26, 2016
2 parents c03bbcd + 9daba06 commit 68ca266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/clean.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

module.exports = {
build: [ "build" ],
build: [ "build/**/*.*" ],
test: [ ".instrumented" ],
coverage: [ "coverage" ]
};

0 comments on commit 68ca266

Please sign in to comment.