added precompiling of handlebar templates to grunt.

This commit is contained in:
kay.one 2013-03-23 16:24:27 -07:00
commit 9ddfe34acc
2 changed files with 45 additions and 14 deletions

View file

@ -17,6 +17,9 @@
"dependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-handlebars": "*"
"grunt-contrib-handlebars": "*",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-concat": "~0.1.3"
}
}