Skip to content

zamanq/gulp-automation-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Automation for WordPress

Gulp Automation for WordPress Theme Development

How to use it

=> After cloning the repo, place it inside your theme directory wp-content/themes.

=> Run npm install to install the dependencies.

=> Open up 'Gulpfile.js' and change the 'themename' variable with your theme slug (e.g custom-theme). That's it!

=> Go to the gulp directory and open a terminal and run gulp watch, it'll watch for any file changes inside your theme including sass and javascript files.

BrowserSync

This tool comes with BrowserSync so you'll get live reloading feature out of the box as well.

Considerations

If using Git for theme development and version control, make sure to add rule to ignore the gulp folder in your .gitignore file.

Hope this helps some of you guys with your WordPress Theme Development.

Cheers!

About

gulp Automation for WordPress theme development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published