登录 注册
当前位置:主页 > 资源下载 > 9 > gulp-wp-assets:基于 style.css 创建 manifest.json。 根的 grunt-wp-rev 的另一种替代方法下载

gulp-wp-assets:基于 style.css 创建 manifest.json。 根的 grunt-wp-rev 的另一种替代方法下载

  • 更新:2024-10-22 22:33:02
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

gulp-wp-ass 简单的 gulp 插件。 它基于 style.css 创建 manifest.json。 另一种替代方法。 还在学习过程中。 用法 导出到您的node_modules文件夹。 并添加到您的gulpfile.js : var wpAssets = require ( "gulp-wp-assets" ) ; gulp . task ( 'styles' , function ( ) { gulp . src ( 'assets/css/style.min.css' ) . pipe ( wpAssets ( { destination : 'assets/' , cssHandle : 'roots_css' , log : true } ) ) . pipe ( gulp . dest ( '