Revert "make match condition in copy:builds work cross-platform"
This reverts commit 74cff28c5351d255937920fdcab8af91df4673f8.
This commit is contained in:
parent
3561c77464
commit
8be82269e2
@ -105,7 +105,7 @@ module.exports = (grunt) ->
|
|||||||
expand: true
|
expand: true
|
||||||
filter: (src) ->
|
filter: (src) ->
|
||||||
pkg = grunt.config 'pkg'
|
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:
|
coffee:
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user