-
Notifications
You must be signed in to change notification settings - Fork 0
Gulp
Brendan Sheehan edited this page May 11, 2022
·
2 revisions
Shopify, Classic Wordpress and some very simple projects will use Gulp to compile scss and js.
- Study the
~/gulpfile.jsfor insights on the specific project - Documentation: https://gulpjs.com/docs/en/getting-started/quick-start
- Configure
~/gulpfile.jswith the path to the theme `var themePath = 'wp-content/themes/THEME_DIR'