mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Enabled sourcemaps for production.
This commit is contained in:
parent
27d1304c6c
commit
e71767cc1f
1 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@ exports.config =
|
||||||
conventions:
|
conventions:
|
||||||
ignored: (path) -> startsWith(sysPath.basename(path), '_')
|
ignored: (path) -> startsWith(sysPath.basename(path), '_')
|
||||||
sourceMaps: true
|
sourceMaps: true
|
||||||
|
overrides:
|
||||||
|
production:
|
||||||
|
sourceMaps: true
|
||||||
files:
|
files:
|
||||||
javascripts:
|
javascripts:
|
||||||
defaultExtension: 'coffee'
|
defaultExtension: 'coffee'
|
||||||
|
|
Loading…
Reference in a new issue