assets.rake
5.05 KB
-
Change `task.invoke` to `Rake::Task.invoke` · 03a9765b
Using `task()` reopens the definition of the task, and all we really need to do is get a reference to the task itself to invoke it.
Nate Hardison committed
Using `task()` reopens the definition of the task, and all we really need to do is get a reference to the task itself to invoke it.