mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 01:56:03 +02:00
move neo.css back to assets folder for relative url links
This commit is contained in:
parent
0f9b9bad56
commit
b2906808d1
4 changed files with 7 additions and 4 deletions
|
@ -105,7 +105,7 @@ require 'sass/plugin/rack'
|
|||
Sinatra::Application.use Sass::Plugin::Rack
|
||||
|
||||
Sass::Plugin.options[:template_location] = './public/assets/css'
|
||||
Sass::Plugin.options[:css_location] = './public/css'
|
||||
Sass::Plugin.options[:css_location] = './public/assets/css'
|
||||
Sass::Plugin.options[:style] = :nested
|
||||
|
||||
if ENV['RACK_ENV'] == 'production'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue