Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 793 Bytes

README.markdown

File metadata and controls

23 lines (16 loc) · 793 Bytes

ps-rest

ps-rest provides a project skeleton for creating a static web client using haml, sass and coffee-script.

development web server

client.rb is web server that generates your client resources as you request them. Changes to the client are just a browser refresh away. Start this up and point your browser to http://localhost:4567/.

compiler

compile.rb compiles the client to a directory of your choosing. The compiled result will not contain any haml, sass, or coffee-script, just html, css and javascript.

dependencies

ruby is required, along with the following gems:

  • compass
  • sinatra
  • rack
  • haml

ant is required if you want to use the build.xml.