Skip to content

Instantly share code, notes, and snippets.

@adaedra
Created May 29, 2015 10:14
Show Gist options
  • Save adaedra/7954da15648d4fcd0ede to your computer and use it in GitHub Desktop.
Save adaedra/7954da15648d4fcd0ede to your computer and use it in GitHub Desktop.
require 'sprockets'
require 'less'
e = Sprockets::Environment.new
e.append_path 'css'
map '/assets' do
run e
end
run(Proc.new { |env| [ 200, { 'Content-Type' => 'text/plain' }, [] ] })
* { color: red; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment