Merge branch 'master' into production

This commit is contained in:
Nick Winter 2014-11-30 19:56:29 -08:00
commit b89f893c03

View file

@ -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: