openlaszlo.rake

Path: lib/tasks/openlaszlo.rake
Last Update: Mon Mar 03 11:07:07 -0500 2008

require ‘openlaszlo‘

rule ’.swf’ => ’.lzx’ do |t|

  puts "Compiling #{t.source} => #{t.name}" if verbose
  OpenLaszlo::compile t.source, :output => t.name

end

[Validate]