Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 373 Bytes

File metadata and controls

17 lines (10 loc) · 373 Bytes

Workflow Webstarter boilerplate gulp4 babel7 scss autoprefixer imagemin concat uglify browsersync.

You can use npm or yarn

instructions:

  • yarn init
  • yarn install
  • dev: npm run dev
  • prod: npm run prod

I use on development unminify css but if you want minify for prod just uncomment on gulpfile.js

line 44: // .pipe(cssnano())