mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Use ghost.min.css
when building for production.
This commit is contained in:
parent
641de0157a
commit
4a90d42132
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue