-
![image](https://cloud.githubusercontent.com/assets/8644115/26491157/fb6f9372-4240-11e7-8bfa-58e416e0bda5.png)
sprite load as text/html, not png. help.
-
Hi, I was wondering how I can set a different destination folder for the generated image and the css. Now they are both in the same folder. Ty!
-
I'm trying to generate sprites along with the mixins to use them, but I am unable to figure out what each of the comments below mean:
### My current config:
```js
sprites: {
path: 'static/…
-
First thanks a lot for the great product!
Sorry to bother you but I looked into the documentation, tried some options, and I did not find how to get a reference to my source folder name from within…
-
When yarn builds to css the image page is /img/sprite.png
it should be ../img/sprite.png
-
Here's part of my karma config:
```ts
// Port config for VSCode debugging purpose
browsers: ['ElectronDebugging'],
customLaunchers: {
ElectronDebugging: {
base: 'Electron',…
-
I wanna make a spritesheet from my png files. My problem is in the generated file there are not a single commas at the end of lines. And I have totally no idea about the why. Here is my task in gulp:
…
-
Сразу после установки сборки при запуске получаю сбой из-за синтаксической ошибки (в терминале галочки ^^^^^^ стоят под словом import):
`[08:55:57] Requiring external module babel-register
/media/…
-
Seems like this issue is back in version 0.3.0
https://github.com/mixtur/webpack-spritesmith/issues/7
With
apiOptions: {
cssImageRef: '**src/img/sprite.png**'
}
I …
-
Hello,
I know you've got a few other issues related to this error message that have either been resolved or 'wontfix' due to out of date versions of dependancies but as fair as I'm aware everything I…