assets-packager icon indicating copy to clipboard operation
assets-packager copied to clipboard

handle process callback

Open suruja opened this issue 10 years ago • 3 comments

Hello!

I want to use your project as a node module, and I need a callback to know when processing ends. I just add a callback to your async.series call in process function.

suruja avatar Aug 20 '14 10:08 suruja

I've never had a chance to use it programatically. Would you be able to provide a test for this feature so I can merge it?

GoalSmashers avatar Aug 24 '14 16:08 GoalSmashers

The callback I added to async.series is used and tested in async module itself, and the assets-packager tests suite still pass with this minor change. Do you think a new test is necessary?

suruja avatar Aug 25 '14 12:08 suruja

It would be great to have one but there is even no skeleton for non-binary tests. Let me add it first.

jakubpawlowicz avatar Aug 25 '14 12:08 jakubpawlowicz