0
Fork 0
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:
Robert Jackson 2015-08-21 12:16:21 -04:00
parent 641de0157a
commit 4a90d42132
No known key found for this signature in database
GPG key ID: B3D10EF8171F7219

View file

@ -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