Skip to content
mnjuhn edited this page Dec 11, 2012 · 6 revisions

/java

/webapp

  • /app
    • /css -- Stylesheets
    • /images -- static image files
    • /js -- where coffeescript files get compiled into and js vendor files get copied to on make
    • /test -- where test library is located
  • /lib - Coffescript files broken down by backbone models, collections, views and vendor js
    • /collections
    • /extensions
    • /models
    • /views
  • /WEB_INF - web and jetty xml files
Clone this wiki locally