Skip to content

build a bone for normal development with gulp and the plugins of that

Notifications You must be signed in to change notification settings

zifengb/gulp-bone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-bone

build a bone for normal development with gulp and the plugins of that

Purpose

  • 搭建基于gulp开发的环境骨架,支持以下功能
  1. 编译sass
  2. 给编译后的css添加prefixer前缀
  3. Babel编译,把Es6代码编译成Es5
  4. 压缩图片/html/css/js
  5. browser-sync监听文件修改进行热加载更新
  6. js添加jsdoc注解(未实现)

Usage

  • init - 初始化

    npm install / yarn install
    
  • env - 开发模式

    npm run env / yarn run env
    
  • build - 生产模式

    npm run build / yarn run build
    

About

build a bone for normal development with gulp and the plugins of that

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published