Compile LESS files with grunt

This commit is contained in:
Rowan Manning
2013-11-05 11:23:19 +00:00
parent 0cf37c8c52
commit 4f46621aaf
4 changed files with 23 additions and 10 deletions

View File

@@ -26,7 +26,6 @@
"chalk": "~0.2",
"express": "~3.4",
"express-hbs": "~0.2",
"less-middleware": "~0.1",
"moment": "~2.2",
"pa11y-webservice-client-node": "git+ssh://git@github.com:nature/pa11y-webservice-client-node.git#1.0.0-beta.5",
"underscore": "~1.5"
@@ -34,6 +33,7 @@
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.7",
"grunt-contrib-less": "~0.8",
"supervisor": "~0.5"
},