4 lines
117 B
Ruby
4 lines
117 B
Ruby
set :sass_assets_paths, [
|
|
File.join(root, "assets", "stylesheets"),
|
|
File.join(root, "my-vendor", "stylesheets")
|
|
] |