소스 검색

Added grunt server command

Rashid Khan 12 년 전
부모
커밋
06b855ffbb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -28,7 +28,8 @@
     "grunt-contrib-compress": "~0.5.2",
     "grunt-contrib-uglify": "~0.2.4",
     "load-grunt-tasks": "~0.2.0",
-    "glob": "~3.2.7"
+    "glob": "~3.2.7",
+    "grunt-contrib-connect": "~0.5.0"
   },
   "license": "Apache License"
 }