We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e433b3 commit 62fe6d6Copy full SHA for 62fe6d6
lib/sass_init.rb
@@ -4,8 +4,8 @@ def self.registered(app)
4
# See http://nex-3.com/posts/88-sass-supports-rack for more details.
5
# Store SASS files (by default) within 'app/stylesheets'
6
require 'sass/plugin/rack'
7
- Sass::Plugin.options[:template_location] = Padrino.root("app/stylesheets")
8
- Sass::Plugin.options[:css_location] = Padrino.root("public/stylesheets")
+ Sass::Plugin.options[:template_location] = Padrino.root("app/css")
+ Sass::Plugin.options[:css_location] = Padrino.root("public/css")
9
app.use Sass::Plugin::Rack
10
end
11
0 commit comments