Skip to content

使用gulp实现前端自动构建环境(HTML压缩、LESS编译、CSS压缩、JS混淆压缩等)

Notifications You must be signed in to change notification settings

XPoet/gulp-auto-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

利用gulp实现前端自动化工作流 - 简易版

  • Author:i@itPoet.cn
  • 1、 LESS 编译 压缩 合并
  • 2、 JavaScript 合并 压缩 混淆
  • 3、 image 复制
  • 4、 HTML 压缩
  • 5、 浏览器服务(同步操作)
  • 6、 gulp监视JS/CSS/HTML文件改变

使用

  • 1 $ npm install
  • 2 $ gulp css
  • 3 $ gulp js
  • 4 $ gulp img
  • 5 $ gulp html
  • 6 $ gulp browserSync

About

使用gulp实现前端自动构建环境(HTML压缩、LESS编译、CSS压缩、JS混淆压缩等)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published