closes #271 - fixed bug that was causing file name to truncate
This commit is contained in:
parent
0cf4fcd8a7
commit
da2af62f47
@ -7,7 +7,7 @@ GIT
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
compass (0.11.beta.5.4a5c968)
|
compass (0.11.beta.5.0cf4fcd)
|
||||||
chunky_png (~> 1.1.0)
|
chunky_png (~> 1.1.0)
|
||||||
sass (>= 3.1.0.alpha.249)
|
sass (>= 3.1.0.alpha.249)
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ GIT
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
compass (0.11.beta.4.365fc5d)
|
compass (0.11.beta.5.96f1e4d)
|
||||||
chunky_png (~> 1.1.0)
|
chunky_png (~> 1.1.0)
|
||||||
sass (>= 3.1.0.alpha.249)
|
sass (>= 3.1.0.alpha.249)
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ module Compass
|
|||||||
end
|
end
|
||||||
|
|
||||||
def stylesheet_name(sass_file)
|
def stylesheet_name(sass_file)
|
||||||
sass_file[("#{from}/".length)..-6]
|
%r(#{from}\/(.+)\.(.+)).match(sass_file)[1]
|
||||||
end
|
end
|
||||||
|
|
||||||
def css_files
|
def css_files
|
||||||
|
Loading…
Reference in New Issue
Block a user