Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 581 Bytes

WordPress Themes Dev with Gulp

Based on TwentytwentyOne theme but using Gulp instead.

Scripts

Start develop with gulp-sass and hot reload with browsersync. It will watch the changes of php and scss files.

 npm run Start

Build Build css and js files using minify and uglify. The js will be concated.

npm run build