mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #5711 from ErisDS/nosrcmap
Temporarily disable sourcemaps
This commit is contained in:
commit
e9c3ec5afc
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ app = new EmberApp({
|
||||||
source: './app/styles/app.css',
|
source: './app/styles/app.css',
|
||||||
inputFile: 'app.css',
|
inputFile: 'app.css',
|
||||||
browsers: 'last 2 versions',
|
browsers: 'last 2 versions',
|
||||||
sourcemap: !mythCompress,
|
// @TODO: enable sourcemaps for development without including them in the release
|
||||||
|
sourcemap: false,
|
||||||
compress: mythCompress,
|
compress: mythCompress,
|
||||||
outputFile: isProduction ? 'ghost.min.css' : 'ghost.css'
|
outputFile: isProduction ? 'ghost.min.css' : 'ghost.css'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue