Browse Source

grunt: disable unused targets for the release

Manfred Kroehnert 11 years ago
parent
commit
2f4e516394
1 changed files with 2 additions and 1 deletions
  1. 2 1
      grunt.js

+ 2 - 1
grunt.js

@@ -115,7 +115,7 @@ module.exports = function(grunt) {
       tests: ['test/*.js'],
       grunt: ['grunt.js', 'grunt/**/*.js']
     },
-
+/*
     concat: {
       deploy: {
         src: ['tmp/amber-compiled.deploy.js'],
@@ -172,6 +172,7 @@ module.exports = function(grunt) {
         dest: 'dist/amber-<%= pkg.version %>.deploy.min.js'
       }
     }
+*/
   });
 
   grunt.registerMultiTask('css2js', 'Embed CSS into JS', function() {