Use find -type f to get a list of output files

This commit is contained in:
James Allen
2014-12-09 11:07:58 +00:00
parent 92338ab419
commit ff94a76eb9
3 changed files with 51 additions and 42 deletions

View File

@@ -50,6 +50,7 @@ module.exports = (grunt) ->
unit:
options:
reporter: "spec"
grep: grunt.option("grep")
src: ["test/unit/js/**/*.js"]
acceptance:
options: