Skip to content

Commit 62fe6d6

Browse files
committed
Fixed urls
1 parent 1e433b3 commit 62fe6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/sass_init.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ def self.registered(app)
44
# See http://nex-3.com/posts/88-sass-supports-rack for more details.
55
# Store SASS files (by default) within 'app/stylesheets'
66
require 'sass/plugin/rack'
7-
Sass::Plugin.options[:template_location] = Padrino.root("app/stylesheets")
8-
Sass::Plugin.options[:css_location] = Padrino.root("public/stylesheets")
7+
Sass::Plugin.options[:template_location] = Padrino.root("app/css")
8+
Sass::Plugin.options[:css_location] = Padrino.root("public/css")
99
app.use Sass::Plugin::Rack
1010
end
1111
end

0 commit comments

Comments
 (0)