Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-30 10:32:04 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-31 13:58:59 +0400
commit595ef14a89f64855f817d59db61c423407861b9a (patch)
treef4d7be075fa57cb89711d6c5ae163b995f7e5822 /Gruntfile.js
parentc4d19c80ea4f24b0ac61e53cc16aeefb4a67d24a (diff)
Gruntfile.js: remove unneeded target.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 1 insertions, 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: {