mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Temp add minification in grunt for prod JS files
no issue - This is required due to a bug in ember-cli, see: ember-cli/ember-cli#5795
This commit is contained in:
parent
8b53308f10
commit
f5fe772c09
1 changed files with 3 additions and 1 deletions
|
@ -391,7 +391,9 @@ var _ = require('lodash'),
|
|||
sourceMap: false
|
||||
},
|
||||
files: {
|
||||
'core/shared/ghost-url.min.js': 'core/shared/ghost-url.js'
|
||||
'core/shared/ghost-url.min.js': 'core/shared/ghost-url.js',
|
||||
'core/built/assets/ghost.min.js': 'core/built/assets/ghost.min.js',
|
||||
'core/built/assets/vendor.min.js': 'core/built/assets/vendor.min.js'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue