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