Skip to content

mariusvetrici/Grunt-Setup-for-WordPress-Themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Grunt setup for WordPress Themes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 83.3%
  • JavaScript 16.7%