Some kind of boilerplate for basic HTML/CSS projects but contains some little utilities for WordPress development.
- Drop
i.bat
somewhere in yourPATH
(and probably rename to a more appropriate name?) - Call
i.bat
when you are in command prompt in the folder you want to start a new project. - Run
npm install
. - You can compile SASS by either running
build_sass.bat
or runninggrunt css
. - Edit
Gruntfile.js
and add JavaScript files in order to combine & minify them.
- Move WP files to another repository
- Organize SASS structure a little better
- Cleanup