diff --git a/Gruntfile.coffee b/Gruntfile.coffee index a57a1d5ea..65902a593 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -105,7 +105,7 @@ module.exports = (grunt) -> expand: true filter: (src) -> pkg = grunt.config 'pkg' - grunt.file.isFile(src) and !grunt.file.isMatch(src, "testbuilds/#{pkg.name}#{pkg.meta.suffix.dev}.user.js") + grunt.file.isFile(src) and src isnt "testbuilds/#{pkg.name}#{pkg.meta.suffix.dev}.user.js" coffee: script: