diff --git a/Gruntfile.js b/Gruntfile.js index 2d9002bbe3..2ee0bec8ec 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -960,7 +960,7 @@ var _ = require('lodash'), dest: '<%= paths.releaseBuild %>/' }); - grunt.task.run(['init', 'shell:ember:prod', 'clean:release', 'shell:dedupe', 'shell:shrinkwrap', 'copy:release', 'compress:release']); + grunt.task.run(['init', 'prod', 'clean:release', 'shell:dedupe', 'shell:shrinkwrap', 'copy:release', 'compress:release']); } ); };