Skip to content

A quick Gruntfile and package.json file for WordPress theme development (and custom theme plugins)

Notifications You must be signed in to change notification settings

dtbaker/wordpress-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WordPress Grunt

A quick Gruntfile and package.json file for WordPress theme development (and custom theme plugins)

Folder structure should be:

/theme-name/ (all your theme code here)
/theme-name-child/ (sample child theme code here)
/plugin-dev/
/plugin-dev/your-custom-theme-plugin-code-1/ (custom theme plugin code here)
/plugin-dev/your-custom-theme-plugin-code-2/ (another plugin here)
package.json
Gruntfile.js

The theme-name in folder structure should match the package name from package.json

Details: https://forums.envato.com/t/anyone-using-grunt-for-wordpress-theme-development/24786/2

About

A quick Gruntfile and package.json file for WordPress theme development (and custom theme plugins)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published