INSTALL.md

This commit is contained in:
jysperm
2014-03-17 19:07:48 +08:00
parent 60e9bb549f
commit 49e7956876
2 changed files with 13 additions and 21 deletions

View File

@@ -1,21 +0,0 @@
## gulp配置
执行所有操作前将gulpfile.coffee编译成gulpfile.js
### less
gulp less
将static下的less编译成css到所在目录
### coffee
gulp coffee
将static下的coffee编译并压缩到所在目录如果有错误会throw
### default
gulp
执行上面两个操作并watchstatic下的less和coffee文件