imagepack
imagepack copied to clipboard
CLI Usage ?
Is there any CLI support to remove gulp / node usage, and use only npm scripts ?
Not currently. It was made with gulp in mind and uses vinyl file containers but if you look at the test script it's not actually running through gulp there: https://github.com/ianmcgregor/imagepack/blob/master/test.js. Removing the node dependency would be a rewrite though.
I'll give a try, thank you anyway for this very useful lib.