Code Monkey home page Code Monkey logo

kaleidoscopes's Introduction

使用前先运行npm install

使用proj.config.js定义项目选项:

module.exports = {
  mergeCss: false,
  useCDNImg: false
};

mergeCss定义是否把css样式嵌入到webpack生成的包 useCDNImg定义是否把图片文件上传到CDN,若不上传则包含到输出包中

gulp包含以下任务:

任务名称 先行任务 功能
webpack 使用webpack打包脚本文件和其他资源文件,生成到dist/js目录下的index.js
webpack-dev-server 启动本地webpack服务器
uploadimg 上传图片到CDN或复制到dist/img目录
replace-cdn webpack, uploadimg src/*.html, src/js/*.js, src/css/*.css中的图片地址替换成CDN地址(若选项中选择不使用CDN则不作处理),并输出到dist文件夹下的对应位置
default replace-cdn dist/js/*.js, dist/css/*.css作压缩混淆处理,并声称map文件
deploy default dist文件打包成deploy.zip,不包含map文件

kaleidoscopes's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.