summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f02a434..2c3b6bd 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -119,7 +119,7 @@ module.exports = function(grunt) {
},
src: {
files: 'src/**',//'<%= jshint.src.src %>',
- //tasks: ['jshint:src', 'jasmine', 'clean', 'copy', 'concat', 'uglify', 'cssmin']
+ //tasks: ['jshint:src', 'jasmine', 'clean', 'copy', 'concat', 'replace', 'uglify', 'cssmin']
tasks: ['jshint:src', 'jasmine']
},
test: {