Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 Bytes

gulp-workflow

A Gulp workflow for WordPress

Install

In your terminal: insert 'cd root/of/your/theme' and then install dependencies by inserting 'npm i' and hit enter

Starting Gulp

In your terminal: insert 'gulp' and hit enter

SASS

Output a style.css in the root of the theme

JS

Output a js folder in the root of the theme and fills the js folder with a bundled js file (webpack)