平底鞋用于从模板化部分生成静态页面的Grunt任务。入门 这个插件需要Grunt ~0.4.5。如果您以前没有使用过,请务必查看指南,因为它解释了如何创建以及安装和使用Grunt插件。熟悉该过程后,您可以使用以下命令安装此插件:npm install grunt-flats --save-dev
。安装插件后,可以使用以下JavaScript代码在Gruntfile中启用它:grunt.loadNpmTasks('grunt-flats');
。“公寓”任务概述 在项目的Gruntfile中,将名为flats的部分添加到传递给grunt.initConfig()
的数据对象中。grunt.initConfig({ flats: { build: { options: { base
grunt flats:用于从模板化部分生成静态布局的Grunt任务
文件列表
grunt-flats-master.zip
(预估有个18文件)
grunt-flats-master
package.json
1KB
tasks
flats.js
5KB
_templates
partials
components
module-promo.html
219B
nav-primary.html
129B
patterns
暂无评论