Skip to content

yeungda/ps-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.8%
  • CoffeeScript 1.1%
  • JavaScript 1.1%