Skip to content

Instantly share code, notes, and snippets.

@fdaciuk
Created October 21, 2014 01:25
Show Gist options
  • Save fdaciuk/5df21962139dbe89fdf0 to your computer and use it in GitHub Desktop.
Save fdaciuk/5df21962139dbe89fdf0 to your computer and use it in GitHub Desktop.
WordPress + GulpJS - Files structure

WordPress + GulpJS - Files structure

src directory, on project root:

├── gulpconfig.js
├── gulpfile.js
├── package.json
├── /images
├── /js
└── /stylus

public directory, on wp-content/themes/my-theme:

├── /images
├── /js
└── /css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment