Some rake tasks to help prepare a static website environment (image processing, Less & Markdown compilation etc)
Some rake tasks to help prepare a static website environment (image processing, Less & Markdown compilation etc)
Not production ready.
The rationale is centred on the creation of non-database dependent websites (not apps) which do not run on any sort of Rack or Node server to facilitate the benefits of task automation in the development environment.
The following tasks have been identified as being of benefit for this purpose:
It is anticipated that further tasks will also prove useful in later iterations.
Directories beginning with an underscore like _imageinbox
are for pre-processing.
The _scripts
directory should hold scripts containing modules which perform generic functions in line with the description; specifically compilation into the public directory in preparation of production into a static website.