Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 342 Bytes

README.rdoc

File metadata and controls

9 lines (5 loc) · 342 Bytes

databasically.com website

deploy.sh will push to github and heroku

heroku buildpack will call ‘rake assets:precompile` which calls `middleman build`

The rackup file ‘config.ru` sets up a static webserver and redirects unknown requests to the 404 file.

You can generate the full site locally with ‘middleman build [–verbose] [–clean]`