GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Fixed problem with Sass partials in subdirectories rendering to CSS.
olek (author)
Sun Apr 13 17:13:38 -0700 2008
nex3 (committer)
Sun Apr 13 17:45:31 -0700 2008
commit  c8417ef7fedf434d01f75bc7e378f9dd31287d67
tree    c2198626712b91de9882ed09823e05b3e50ec14f
parent  5ef3baaf97ab4b4d60b19023aa3c15d06fcca164
...
119
120
121
122
 
123
124
125
...
119
120
121
 
122
123
124
125
0
@@ -119,7 +119,7 @@ module Sass
0
       end
0
 
0
       def forbid_update?(name)
0
- name[0] == ?_
0
+ name.sub(/^.*\//, '')[0] == ?_
0
       end
0
 
0
       def stylesheet_needs_update?(name)

Comments

    No one has commented yet.