#41 build 스크립트 추가 (grunt)

This commit is contained in:
bnu 2013-11-15 00:44:08 +09:00
parent 0d643bac62
commit 2b1d538a19
2 changed files with 119 additions and 0 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "XpressEngine",
"devDependencies": {
"grunt": ">0.4.0",
"grunt-contrib-clean": "~0.5.0"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
}
}