gulp typograf:使用Gulp与Typograf准备文本 源码
-typograf 使用Gulp使用准备文本。 安装 npm install gulp-typograf --save-dev 用法 'use strict' ; const typograf = require ( 'gulp-typograf' ) ; gulp . task ( 'typograf' , function ( ) { gulp . src ( './src/*.html' ) . pipe ( typograf ( { locale : [ 'ru' , 'en-US' ] } ) ) . pipe ( gulp . dest (
下载地址
用户评论