Nginx config, remove stylus hack

This commit is contained in:
Gregory Eremin
2013-07-12 18:20:07 +07:00
parent 9dc851b95e
commit a3fbb46bfc
3 changed files with 16 additions and 15 deletions
@@ -1,11 +0,0 @@
module Sinatra::AssetPack
class StylusEngine < Engine
def css(str, options={})
Tilt.new("stylus", {:style => :compressed}) { str }.render
rescue LoadError
nil
end
end
Compressor.register :css, :stylus, StylusEngine
end