Browse Source

Merge pull request #523 from twbs/grunt-remove-unused-target

Gruntfile.js: remove unneeded target.
pull/526/head
XhmikosR 11 years ago
parent
commit
1ca0e10b88
  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