Gruntfile.coffee
0 → 100644
+45
−0
+17
−0
+1
−2
+4
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,7 +3,9 @@ | ||
"version": "0.1.0",
|
||
"devDependencies": {
|
||
"grunt": "~0.4.1",
|
||
"grunt-contrib-less": "~0.5",
|
||
"grunt-contrib-watch": "~0.5"
|
||
"grunt-contrib-clean":"0.4.0",
|
||
"grunt-contrib-less":"0.6.4",
|
||
"grunt-contrib-cssmin":"0.5.0",
|
||
"grunt-contrib-watch": "0.5.1"
|
||
}
|
||
} |
||
+1
−1
File changed.
Contains only whitespace changes.
+1
−1
File changed.
Contains only whitespace changes.
Loading