Turning off source maps for now because they're wrong.

This commit is contained in:
Scott Erickson 2014-06-24 16:41:24 -04:00
parent 327d273cbe
commit c5ff37eb9a

View file

@ -7,7 +7,7 @@ exports.config =
'public': 'public'
conventions:
ignored: (path) -> startsWith(sysPath.basename(path), '_')
sourceMaps: true
sourceMaps: false
files:
javascripts:
defaultExtension: 'coffee'