mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 06:36:21 +00:00
12 lines
218 B
Ruby
12 lines
218 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'sass/plugin/rack'
|
|
# require 'rack/protection'
|
|
require_relative 'sutty'
|
|
|
|
# use Rack::Protection
|
|
|
|
Sass::Plugin.options[:style] = :compressed
|
|
use Sass::Plugin::Rack
|
|
|
|
run Sutty::App
|