gulp-iconfont-css | SCSS file mapping the SVG files | Frontend Framework library
kandi X-RAY | gulp-iconfont-css Summary
kandi X-RAY | gulp-iconfont-css Summary
Create an SCSS file mapping the SVG files piped to gulp-iconfont to their codepoints
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gulp-iconfont-css
gulp-iconfont-css Key Features
gulp-iconfont-css Examples and Code Snippets
Community Discussions
Trending Discussions on gulp-iconfont-css
QUESTION
I've had to upgrade an old project from gulp version 3.9.1 to gulp version 4 which required me to rewrite my tasks. I've followed the documentation for moving to gulp.series and moving to name functions but I am now still getting errors on run. Below is my code which I use for watching styles in two different languages.
...ANSWER
Answered 2019-Mar-21 at 12:23All your functions from
watch_AllDesktop
towatch_AllMobile
need a closing bracket}
Your main Problem is, that you don't export your task
Intern tasks no needed to export, but all your tasks, which should be runable per console must have an export.
Put for example following export at the end of the gulpfile.js:
QUESTION
I would like to switch from gulp to webpack totally but I still I am looking for a good solution.
What this gulp task achieve :
- Takes all svgs in
src/assets/icons/**/*
- Create fonts (ttf, eot, woff...)
- Generate thanks to
src/assets/css/icons_template.scss
aicons.scss
file creating classes for each icon
My Gulpfile
...ANSWER
Answered 2017-Oct-04 at 09:04Here is what I managed to do with webpack :
Use webfonts-loader
Add a myapp.font.js file
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gulp-iconfont-css
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page