From 595ef14a89f64855f817d59db61c423407861b9a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 30 Mar 2014 09:32:04 +0300 Subject: [PATCH] Gruntfile.js: remove unneeded target. --- Gruntfile.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 932414d..4e3aae3 100644 --- a/Gruntfile.js +++ b/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: {