Skip to content

kailoon/WordPress-Theme-Dev-with-Gulp

Repository files navigation

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