This repository was archived by the owner on Dec 2, 2017. It is now read-only.
lennyburdette/simpleproject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README ====== Simpleproject is a basic ruby-based project template using Less CSS, Sprockets, ERb, and Sinatra. Requirements ------------ * Ruby * Rubygems Setup ----- Just run `rake setup`. Export ------ 1. Add file names to the `files:` array in `export.yml`. 1. Run `rake export` while the server is running. The script will: 1. Create an "export" directory in the project folder 2. Copy all files from "public" 3. Render all files listed in `export.yml` as static files into "export"