0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #3556 from jaswilli/issue-3498

Include development assets in release build.
This commit is contained in:
Sebastian Gierlinger 2014-08-01 20:52:06 +02:00
commit 653fe3fb44

View file

@ -391,6 +391,9 @@ var path = require('path'),
src: ['**'],
dest: 'core/client/assets/',
expand: true
}, {
src: 'core/client/config-prod.js',
dest: 'core/client/config.js'
}, {
expand: true,
src: buildGlob,
@ -875,8 +878,8 @@ var path = require('path'),
' - Copy files to release-folder/#/#{version} directory\n' +
' - Clean out unnecessary files (travis, .git*, etc)\n' +
' - Zip files in release-folder to dist-folder/#{version} directory',
['shell:bower', 'update_submodules', 'concat:prod', 'copy:prod', 'emberBuildProd', 'uglify',
'clean:release', 'copy:release', 'compress:release']);
['shell:bower', 'update_submodules', 'concat', 'emberBuildDev',
'emberBuildProd', 'uglify', 'clean:release', 'copy:release', 'compress:release']);
};
// Export the configuration