Created
May 12, 2011 19:22
-
-
Save amrnt/969248 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ROOT | |
assets/ | |
javascripts/ | |
application.js | |
biz.js.coffee | |
bar.js.coffee | |
stylesheets/ | |
application.css | |
baz.css.scss | |
foo.css.scss | |
config.ru |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## stuffs | |
Routes = Rack::Mount::RouteSet.new do |set| | |
## | |
end | |
run Routes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment