Wordpress theme for tech+life+music, my homepage at http://richardneililagan.com
This project makes use of node modules with grunt to precompile some stuff. If you're interested in using this project as a base for your own theme, make sure you set up your dev env correctly:
- Make sure Node is installed on your machine.
- In this project's root directory, make sure that you run
npm install(and notnpm install --production). This will install the necessary modules required for development. - The grunt tasks for this project precompile the JS and CSS/LESS files into their respective static files. Running
grunt watchwill do this precompilation live, and any changes in your statics will result in a precompile.