mischa / designer

A set of rake tasks for exporting css and html files from a rails application for designers to work on

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README
directory tasks/
README
Run: 

rake designer:export

It will default to copy the index.

To copy other files do:

rake designer:export pages=/posts,/posts/1/

Note:

Running these tasks will delete a directory in RAILS_ROOT/designer
so don't run them if all your super important files are there