5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 08:06:10 +00:00
panel/config.ru

13 lines
218 B
Plaintext
Raw Normal View History

2017-09-25 22:35:06 +00:00
# frozen_string_literal: true
2017-09-26 16:05:00 +00:00
require 'sass/plugin/rack'
2017-09-25 22:35:06 +00:00
# require 'rack/protection'
require_relative 'sutty'
# use Rack::Protection
2017-09-26 16:05:00 +00:00
Sass::Plugin.options[:style] = :compressed
use Sass::Plugin::Rack
2017-09-25 22:35:06 +00:00
run Sutty::App