Browse Source

Gruntfile.js: remove unneeded target.

pull/523/head
XhmikosR 11 years ago
parent
commit
595ef14a89
  1. 6
      Gruntfile.js

6
Gruntfile.js

@ -56,10 +56,6 @@ module.exports = function(grunt) {
'js/toggles.js'
],
dest: '<%= meta.distPath %>js/<%= pkg.name %>.js'
},
docs: {
src: '<%= meta.distPath %>js/<%= pkg.name %>.js',
dest: '<%= meta.docsPath %>js/<%= pkg.name %>.js'
}
},
@ -146,7 +142,7 @@ module.exports = function(grunt) {
preserveComments: false
},
ratchet: {
src: '<%= meta.distPath %>js/<%= pkg.name %>.js',
src: '<%= concat.ratchet.dest %>',
dest: '<%= meta.distPath %>js/<%= pkg.name %>.min.js'
},
docs: {

Loading…
Cancel
Save