mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fixed problem with Sass partials in subdirectories rendering to CSS.
This commit is contained in:
parent
0c2d6a44ef
commit
2418afd38e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ module Sass
|
|||
end
|
||||
|
||||
def forbid_update?(name)
|
||||
name[0] == ?_
|
||||
name.sub(/^.*\//, '')[0] == ?_
|
||||
end
|
||||
|
||||
def stylesheet_needs_update?(name)
|
||||
|
|
Loading…
Add table
Reference in a new issue