Sibirix gulpfile utils
Output list of files in current stream to JSON file or custom format.
A gulp plugin for file include
Sync file It keeps your files synced between two directory. In other words, any change of files in one directory will automatically take place in another one.
A gulp plugin to inline js/css files.
Contains a set of gulp tasks ready to use for shiftcode projects. The tasks are split into different modules, so we can use whatever we need in our gulpfile.js.
|--miniprogram_dev // 开发环境构建目录 |--dist // 生产环境构建目录 |--src // 源码 |--test // 测试用例 |--tools // 构建相关代码 | |--demo // demo 小程序目录,开发环境下会被拷贝生成到 miniprogram_dev 目录中 | |--config.js // 构建相关配置文件 | |--gulpfile.js