We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix rebasePath repace about:blank url
1. 更改了模板渲染路径 建议使用相对路径引用模板类资源,比如:layout, maco, inc 文件 2. 添加默认组件测试文件 component/*/*.test.html 编译 3. 修复了 nunjuck 任务 isDev || arg.nunjucks 判断条件 4. 修复了 clear 任务 callback 丢失
wo build component_name1,component_name2 fix target should include subdirs fix callback null
npm publish 0.0.27
升级版本
添加多个打包多个 compoent 的方式: > wo build component_name1,component_name2
添加了直接匹配组件文件夹目录: wo build `dir_name_for_component`
logo add backspace
Merge branch 'master' of github.com:keelii/wo # Conflicts: # package.json
升级 nunjucks 添加模板全局变量标签 {% setGlobal key=val %}