Sprockets for Goliath

Build Status

This gem makes it possible to use sprockets with Goliath.

Installation & Prerequisites

  • You should have a Gemfile with Goliath
  • Add goliath_rack_sprockets

Example usage

require "goliath/rack/sprockets"

class SomeApp < Goliath::API
  use(Goliath::Rack::Sprockets, asset_paths: ["app/assets/javascripts", "app/assets/stylesheets"])
end

License

Sprockets for Goliath is distributed under the MIT license, for full details please see the LICENSE file.