Moudy

Results 2 issues of Moudy

It would be nice if you could set `gzip: true` on all assets in a directory. ``` var assets = new rack.Rack([ new rack.StaticAssets({ urlPrefix: '/assets' , dirname: __dirname +...

I restructured the application.js file so that everything is name-spaced into a global 'Kajoo' object. I also fixed an instance of where a call to the method 'lon()' should be...