8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sprity/lib/style.js
Line 34 in 6b91822
I think here should check is it absolute path or not?
absolute path
sometime we write:
{ template: __dirname + '/template/xxx.hbs' }
The text was updated successfully, but these errors were encountered:
path.relative
This is a bug, not an enhancement, and this is a regression compared to css-sprite 0.9.8 which didn't have this issue.
You can't provide an absolute path to the "template" option, as sprity will concat the cwd with the provided path, leading to an invalid path.
Sorry, something went wrong.
Fix sprity#25: allow absolute or relative template path
96e3255
No branches or pull requests
sprity/lib/style.js
Line 34 in 6b91822
I think here should check is it
absolute path
or not?sometime we write:
The text was updated successfully, but these errors were encountered: