build-process:我们的建立过程

时间:2024-04-15 22:24:53
【文件属性】:

文件名称:build-process:我们的建立过程

文件大小:176KB

文件格式:ZIP

更新时间:2024-04-15 22:24:53

JavaScript

概要 这是一套建立在顶部CONFIGS和脚本的gulp和webpack帮助我们交付真棒主题。 程式码范例 示例gulpfile.js const gulp = require ( 'gulp' ) const buildProcess = require ( 'ct-build-process' ) const data = require ( './package.json' ) var options = { entries : [ { entry : './static/js/main.js' , output : { path : './static/bundle/' , } , } , ] , sassFiles : [ { input : 'static/sass/style.scss' , output : 'stat


【文件预览】:
build-process-master
----example()
--------.flowconfig(891B)
--------single()
--------package.json(289B)
--------gulpfile.js(1KB)
--------static()
--------ct-flow-typed()
--------.gitignore(27B)
--------yarn.lock(862B)
--------shortcode()
----index.js(3KB)
----package.json(2KB)
----tasks()
--------glue-tasks.js(1KB)
--------sass-task.js(3KB)
--------bump-version-task.js(1KB)
--------release-task.js(4KB)
--------webpack()
----readme.md(5KB)
----LICENSE(1KB)
----.gitignore(14B)
----lib()
--------i18n-babel-plugin.js(10KB)
----yarn.lock(326KB)
----.editorconfig(181B)

网友评论