jakeboxer / hyperloop

Make simple websites with a technology stack familiar to Rails programmers.
MIT License
72 stars 4 forks source link

Get assets working #5

Closed jakeboxer closed 11 years ago

jakeboxer commented 11 years ago

This branch brings in the sprockets gem and makes Hyperloop apps serve assets from app/assets/images, app/assets/javascripts, and app/assets/stylesheets, just like a Rails app would. It even does Sass and CoffeeScript!

jessicard commented 11 years ago

welp thats all ive got, looks good, surprised its that simple