sass: $depends not ignored anymore.
This commit is contained in:
parent
fd78c655f8
commit
e5683bd69d
@ -9,7 +9,7 @@ function sass.prelude {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sass.build {
|
function sass.build {
|
||||||
write "${target}: ${sources[$target]} $(dirdep $target)"
|
write "${target}: ${sources[$target]} ${depends[$target]} $(dirdep $target)"
|
||||||
write "\t@echo '$(CSS ${target})'"
|
write "\t@echo '$(CSS ${target})'"
|
||||||
write "\t${Q}sassc ${sources[$target]} > ${target}"
|
write "\t${Q}sassc ${sources[$target]} > ${target}"
|
||||||
write "\n"
|
write "\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user