Fix 'script' 'javascript' mismatch. Allow use of javascript command in manifest.

This commit is contained in:
David Turnbull 2009-07-05 17:29:30 -07:00
parent 84eb29d54c
commit 07ade33da3

View File

@ -104,7 +104,7 @@ module Compass
"#{images_dir}/#{to}"
end
installer :script do |to|
installer :javascript do |to|
"#{javascripts_dir}/#{to}"
end