mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Build, curse ye!
This commit is contained in:
parent
748fcf2a65
commit
c9a6949a15
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ exports.config =
|
|||
# //# sourceMappingURL=/javascripts/app.js.map
|
||||
# So we remove the ones that have public in them.
|
||||
exec = require('child_process').exec
|
||||
for file in files when /\.js/.test file.path
|
||||
exec "perl -pi -e 's/\\/\\/# sourceMappingURL=public.*//g' #{file.path}"
|
||||
exec c
|
||||
exec "perl -pi -e 's/\\/\\/# sourceMappingURL=public.*//g' public/javascripts/*.js"
|
||||
|
||||
files:
|
||||
javascripts:
|
||||
|
|
Loading…
Reference in a new issue