1
0
Fork 0
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:
Olek Poplavsky 2008-04-13 20:13:38 -04:00 committed by Nathan Weizenbaum
parent 0c2d6a44ef
commit 2418afd38e

View file

@ -119,7 +119,7 @@ module Sass
end
def forbid_update?(name)
name[0] == ?_
name.sub(/^.*\//, '')[0] == ?_
end
def stylesheet_needs_update?(name)