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