Files
RootPanel/DOC/DEV/Feature/GULP.md
绯村月 a8312967c0 添加 md
2014-03-16 13:13:06 +08:00

350 B
Raw Blame History

gulp配置

执行所有操作前将gulpfile.coffee编译成gulpfile.js

less

gulp less

将static下的less编译成css到所在目录

coffee

gulp coffee

将static下的coffee编译并压缩到所在目录如果有错误会throw

default

gulp

执行上面两个操作并watchstatic下的less和coffee文件