gulp compiler tool:原始码快速编译工具 源码
gulp源码编译工具 安装 npm $ npm install gulp - compiler - tool -- save - dev 纱 $ yarn add gulp - compiler - tool -- dev 使用示例 直接使用 在package.json文件中添加以下分段: "script" : { "compiler" : "gulp-compiler" } 执行npm run compiler或yarn compiler更改会编译项目的src目录中的文件到dist目录。 添加参数 如果您需要编译其他目录,该工具也提供选项指定编译路径和保存路径: "script" : { "compiler" : "gulp-compiler --src sourceDir --dist outputDir" } 也支持指定多个编译目录,只需要在多个目录之间用,分开:
文件列表
gulp-compiler-tool-master.zip
(预估有个9文件)
gulp-compiler-tool-master
.eslintrc
1002B
yarn.lock
72KB
gulpfile.js
2KB
LICENSE
1KB
README.md
1KB
.editorconfig
147B
.gitignore
641B
index.js
738B
package.json
930B
暂无评论