You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
When I build my app I get the following output from the plugin
> ionic2-custom-icons
[17:03:51]
ionic2-custom-icons: Creating custom icon set 'geme'
[17:03:51] ionic2-custom-icons: Creating custom icon set 'gemeTab'
[17:03:51] ionic2-custom-icons: Creating custom icon set 'category'
[17:03:51]
gulp-svgicons2svgfont: Font created
[17:03:51]
gulp-svgicons2svgfont: Font created
[17:03:51]
gulp-svgicons2svgfont: Font created
ionic2-custom-icons: Successfully created icons
is it possible to remove som of the line breaks and get output like this
> ionic2-custom-icons
[17:03:51] ionic2-custom-icons: Creating custom icon set 'geme'
[17:03:51] ionic2-custom-icons: Creating custom icon set 'gemeTab'
[17:03:51] ionic2-custom-icons: Creating custom icon set 'category'
[17:03:51] gulp-svgicons2svgfont: Font created
[17:03:51] gulp-svgicons2svgfont: Font created
[17:03:51] gulp-svgicons2svgfont: Font created
ionic2-custom-icons: Successfully created icons
All is working fine, but my OCD keeps me looking at this :-)
The text was updated successfully, but these errors were encountered:
When I build my app I get the following output from the plugin
is it possible to remove som of the line breaks and get output like this
All is working fine, but my OCD keeps me looking at this :-)
The text was updated successfully, but these errors were encountered: