mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Use ghost.min.css
when building for production.
This commit is contained in:
parent
659999b5aa
commit
058328b2c5
@ -27,7 +27,7 @@ app = new EmberApp({
|
||||
source: './app/styles/app.css',
|
||||
inputFile: 'app.css',
|
||||
browsers: 'last 2 versions',
|
||||
outputFile: 'ghost.css'
|
||||
outputFile: isProduction ? 'ghost.min.css' : 'ghost.css'
|
||||
},
|
||||
hinting: false,
|
||||
fingerprint: disabled
|
||||
|
Loading…
Reference in New Issue
Block a user