Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Mar 14, 2017
1 parent ffe6fc9 commit 7a99e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grunt/config/copy.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ module.exports =
'image/**/*'
'font/**/*'
'style/*.css'
'script/*/*.js'
'script/**/*.js'
'worker/*'
]

dist_js:
cwd: '<%= dir.app_ %>'
dest: '<%= dir.dist %>'
expand: true
src: 'script/*/*.js'
src: 'script/**/*.js'

dist_audio:
cwd: '<%= dir.app_ %>/ext/audio/wire-audio-files'
Expand Down Expand Up @@ -71,7 +71,7 @@ module.exports =
'image/**/*'
'font/**/*'
'style/*.css'
'script/*/*.js'
'script/**/*.js'
'worker/*'
]

Expand Down

0 comments on commit 7a99e43

Please sign in to comment.