Merge pull request #5711 from ErisDS/nosrcmap

Temporarily disable sourcemaps
This commit is contained in:
Sebastian Gierlinger 2015-08-24 22:22:56 +02:00
commit e9c3ec5afc

View File

@ -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'
},