/davidlljones.com

The Life and Works of David Jones

Primary LanguageHandlebarsMIT LicenseMIT

davidlljones.com

The Life and Works of David Jones

Preview: http://olizilla.github.com/davidlljones.com/

Getting Started

Install Node.js

Install grunt:

npm install -g grunt-cli

Install dependencies:

cd /path/to/davidlljones
npm install

Build the site:

grunt

The built site can be found at dist/

Grunt can watch the project and compile LESS and coffeescript when you make changes to the files. Grunt is setup to not minify files when watching them to aid debugging whilst in development.

grunt watch

Project build settings are configured in the usual Gruntfile.js.