-
Notifications
You must be signed in to change notification settings - Fork 12k
Unable to create sprites. #4054
New issue
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
Comments
Ok I was totally misunderstanding the usecase. Now that I went to look up sprite tools for webpack (like https://github.com/kezoo/sprite-webpack-plugin) I understand this better. No, there is no CLI support for sprites currently. I'll mark it as a feature request. |
Thanks. It would be a good to have feature for sure. Can I use https://github.com/kezoo/sprite-webpack-plugin or https://www.npmjs.com/package/sprity to generate sprites as of now? I am trying to configure sprity with angular-cli.json. Any other ideas on what can work? |
There is no way to extend extend the webpack config or build system, but I can see |
This is something that could be added as an addon, when the addon system is available (#2906). |
From what I understood, there's no way to automatically generate sprites in angular-cli? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Virtual Box running Linux 4.8.0-26-generic on Windows 10
Versions.
angular-cli: 1.0.0-beta.21
node: 7.2.1
os: linux x64
Repro steps.
No log generated / no console errors. Images are copied to dist folder but sprites are not generated.
The text was updated successfully, but these errors were encountered: