Closed heaper closed 6 years ago
Skeletor core now passes an API object to a plugin's run() method as a third parameter. This is primarily to accommodate plugins like watch that need access to skeletor's runTask() method
I also organized the tests into suites.
Looks good!
Skeletor core now passes an API object to a plugin's run() method as a third parameter. This is primarily to accommodate plugins like watch that need access to skeletor's runTask() method
I also organized the tests into suites.