浏览代码

updated grunt; TODO; added favicon

tags/v0.1.0
Robin Thoni 7 年前
父节点
当前提交
adc475593c
共有 3 个文件被更改,包括 7 次插入9 次删除
  1. 0
    2
      TODO
  2. 二进制
      favicon.ico
  3. 7
    7
      package.json

+ 0
- 2
TODO 查看文件

@@ -1,2 +0,0 @@
1
-loaders (lu busy?)
2
-

二进制
favicon.ico 查看文件


+ 7
- 7
package.json 查看文件

@@ -5,13 +5,13 @@
5 5
   "main": "app.js",
6 6
   "dependencies": {},
7 7
   "devDependencies": {
8
-    "grunt": "~0.4.5",
9
-    "grunt-contrib-clean": "~0.6.0",
10
-    "grunt-contrib-concat": "~0.5.1",
11
-    "grunt-contrib-copy": "~0.8.2",
12
-    "grunt-contrib-cssmin": "~0.14.0",
13
-    "grunt-contrib-less": "~1.1.0",
14
-    "grunt-contrib-uglify": "~0.10.0",
8
+    "grunt": "~1.0.0",
9
+    "grunt-contrib-clean": "~1.0.0",
10
+    "grunt-contrib-concat": "~1.0.1",
11
+    "grunt-contrib-copy": "~1.0.0",
12
+    "grunt-contrib-cssmin": "~1.0.2",
13
+    "grunt-contrib-less": "~1.4.0",
14
+    "grunt-contrib-uglify": "~2.0.0",
15 15
     "grunt-usemin": "~3.1.1"
16 16
   },
17 17
   "scripts": {

正在加载...
取消
保存