------------------------------------------------------

   o   o/ __o      __|   \ /   |__      o__  o/  o
  /|\ /|   /\  ._\o  \o   |   o/  o/._  /\  /|  /|\
  / \ / \ |\  /) |   ( \ /o\ / )   | (\ /|  / \ / \
 Kostas Maistrelis          http://www.maistrelis.com
------------------------------------------------------

available options:

--------------------------------------------------
-- main build
--------------------------------------------------
grunt make:html             create html article
grunt make:xhtml            create xhtml articlel
grunt make:body             create article-body
grunt make                  make:html

--------------------------------------------------
-- pre-process
--------------------------------------------------
grunt rscript               make data and charts png's (requires R) src/data/generated/R.json
grynt optimize-images       optimize images
grunt img-data              generate image data (requires imagemagick) src/data/generated/images.json
grunt make-all              rscript optimize-images img-data make

--------------------------------------------------
-- developement
--------------------------------------------------
grunt validate              validate html source
grunt prettify              prettify html source target/build/watch-prt.html)
grunr watch                 watch result at: target/build/watch.html
grunt microdata-dump        dump microdata http://en.wikipedia.org/wiki/Microdata_(HTML)
grunt dump-data             dump data (src/data)
grunt style-dev             create target/build/style.css (pretty print)
grunt style                 create target/build/style.css (compressed)
grunt libreoffice-jade      edit jade template with libreoffice
grunt openoffice-jade       edit jade template with openoffice

--------------------------------------------------
-- projects
--------------------------------------------------
grunt projects                    list of projects
grunt projects:set-default:NAME   set default project to NAME
grunt projects:get-default
--------------------------------------------------
-- other
--------------------------------------------------
grunt minify                minify article
grunt minify:body           minify article-body
grunt clean                 clean
grunt help                  this screen



