css-sprite
css-sprite copied to clipboard
template don't accept absolute paths
I went from [email protected] to [email protected], and with the new version absolute path to the mustache template don't work anymore.
If I use: { template: '/absolute/path/category.less.template' }
Then, sprity tries to find the template in `
If the path begins with a "/", then the cwd should not be prepended to the path.