caipin 5 년 전
부모
커밋
8c37768c0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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']
         }