caipin 5 years ago
parent
commit
8c37768c0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -75,7 +75,7 @@ module.exports = function(grunt) {
         	options:{
         		jshintrc:'.jshintrc'
         	},
-        	build:['global/js/cloud/*.js']
+        	build:['global/js/cloud/*.min.js']
         }