Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 670 Bytes

File metadata and controls

22 lines (15 loc) · 670 Bytes

Grunt setup for WordPress Themes

Included:

  • SASS files OCSS 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:

  • Grunt as the main runner