diff --git a/core/client/Brocfile.js b/core/client/Brocfile.js index d39665e6e9..31c9636a6e 100644 --- a/core/client/Brocfile.js +++ b/core/client/Brocfile.js @@ -29,7 +29,8 @@ app = new EmberApp({ source: './app/styles/app.css', inputFile: 'app.css', browsers: 'last 2 versions', - sourcemap: !mythCompress, + // @TODO: enable sourcemaps for development without including them in the release + sourcemap: false, compress: mythCompress, outputFile: isProduction ? 'ghost.min.css' : 'ghost.css' },