lib/flashsdk/asdoc.rb in flashsdk-1.0.27.pre vs lib/flashsdk/asdoc.rb in flashsdk-1.0.28.pre
- old
+ new
@@ -129,10 +129,10 @@
# Override the default behavior that creates a file task,
# and create a 'task' instead. This will force the docs
# to get recreated with every run, instead of failing to
# create when the outer folder still exists.
def create_outer_task *args
- task *args do
+ Rake::Task.define_task *args do
execute
end
end
end
end