Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 817 Bytes

File metadata and controls

23 lines (16 loc) · 817 Bytes

Grunt setup for WordPress Themes

Included:

  • SASS files atomic structure
  • JavaScript folders and starter files for Plugins and Actions
  • Basic Grunt setup with: compass, imagemin, jshint, uglify, watch, rsync
  • CSS source maps

How to install:

  1. Copy assets folder to your theme
  2. Run npm install in assets folder to get the latest grunt dependencies for this project (you might need to run it with sudo depending on your environment)
  3. Configure the output by editing Gruntfile.js
  4. Run grunt watch in assets folder

Stuff used to make this: