gulp-te
v0.1.2
Published
This plugin is use to import html template and use cheerio to add class
Downloads
14
Readme
HTML 模板引入(使用gulp-te模板引入,引用template文件夹下的文件)
{{header}} 默认后缀为html,目录为template
你也可以
{{header(<jquery选择器>,<第几个>,<要加的类>)}}
jquery选择器 默认值: li
第几个 无默认值
要加的类 默认:on
比如
{{header(.nav li,2,active)}}
支持的缩写
{{header(.nav li,2)}} {{header(2)}}