diff --git a/.gitignore b/.gitignore index 27dc7317..9bb93ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ aws.config build dist node_modules +data/modpack.cg diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e302f0ac..660ff73e 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -54,7 +54,7 @@ module.exports = (grunt)-> ['test'] grunt.registerTask 'dist', 'build the project to be run from Amazon S3', - ['clean', 'script:compile-archive', 'symlink:images', 'compress', 'clean:modpack'] + ['clean', 'script:compile-archive', 'symlink:images', 'compress'] grunt.registerTask 'test', 'run unit tests', ['mochaTest']