mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -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'
|
||||
conventions:
|
||||
ignored: (path) -> startsWith(sysPath.basename(path), '_')
|
||||
sourceMaps: true
|
||||
sourceMaps: false
|
||||
files:
|
||||
javascripts:
|
||||
defaultExtension: 'coffee'
|
||||
|
|
Loading…
Reference in a new issue