- 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
- Copy
assets
folder to your theme - Run
npm install
inassets
folder to get the latest grunt dependencies for this project (you might need to run it withsudo
depending on your environment) - Configure the output by editing
Gruntfile.js
- Run
grunt watch
inassets
folder
- Grunt as the main runner