Browse Source

updated grunt; TODO; added favicon

tags/v0.1.0
Robin Thoni 7 years ago
parent
commit
adc475593c
3 changed files with 7 additions and 9 deletions
  1. 0
    2
      TODO
  2. BIN
      favicon.ico
  3. 7
    7
      package.json

+ 0
- 2
TODO View File

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

BIN
favicon.ico View File


+ 7
- 7
package.json View File

@@ -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": {

Loading…
Cancel
Save