1.0.2 • Published 5 years ago

stagu v1.0.2

Weekly downloads
5
License
ISC
Repository
-
Last release
5 years ago

stagu

项目介绍

gulp 静态网站工程

  • postcss
  • babel
  • ejs

配置文件 stagu.config.js

module.exports = {
    html: {
        minify: false
    },
    js: {
        minify: true
    },
    css: {
        minify: true
    },
    img: {
        minify: true
    },
    template: {}
};