Ransom Christofferson
Ransom Christofferson
See this jsfiddle for a scrypt wrapper that accepts a progress callback: https://jsfiddle.net/u7un9amq/
I also experienced the same issue, and your fix worked for me as well. Running 64-bit Windows 10.
You can slightly modify the build config to add new icons to the ionicons library, and **use them anywhere**. 1. Create a new folder in your project to store your...
Giving it a little bit more thought, it would be better to put your `custom-ion-icons` folder as a sibling to `src`, because otherwise your icons will be included twice in...
I've discovered that this may not work properly if your custom svg file defines any colors. The ionic framework overrides svg fill colors with CSS, and defining colors in the...
@RollyPeres does it work properly if you put your `custom-ion-icons` inside your `src` folder? I wonder if there's something weird going on when it detects changes in `src` and recompiles.