mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Turning off source maps for now because they're wrong.
This commit is contained in:
parent
327d273cbe
commit
c5ff37eb9a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ exports.config =
|
||||||
'public': 'public'
|
'public': 'public'
|
||||||
conventions:
|
conventions:
|
||||||
ignored: (path) -> startsWith(sysPath.basename(path), '_')
|
ignored: (path) -> startsWith(sysPath.basename(path), '_')
|
||||||
sourceMaps: true
|
sourceMaps: false
|
||||||
files:
|
files:
|
||||||
javascripts:
|
javascripts:
|
||||||
defaultExtension: 'coffee'
|
defaultExtension: 'coffee'
|
||||||
|
|
Loading…
Reference in a new issue