kailoon / WordPress-Theme-Dev-with-Gulp

Based on TwentytwentyOne theme but using Gulp instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Based on TwentytwentyOne theme but using Gulp instead.


Languages

Language:SCSS 67.1%Language:PHP 24.9%Language:JavaScript 7.9%