fontmin-webpack
Minifies icon fonts to just the used glyphs.
File Explorer
Download Latest Version (.zip)- ci.yml
- index.js
- custom-icon.eot
- custom-icon.svg
- custom-icon.ttf
- custom-icon.woff
- custom-icon.css
- custom-icon.js
- entry-utf32.js
- entry.css
- entry.js
- index.html
- later.css
- webpack.config.js
- webpack.custom-icon.config.js
- webpack.extract-text.config.js
- webpack.unicode.config.js
- index.test.js
- .gitignore
- LICENSE
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/patrickhulce/fontmin-webpack
Downloads the entire project code from GitHub to your computer.
cd fontmin-webpack
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save-dev fontmin-webpack
Downloads and installs the libraries listed in package.json.
npm install --save-dev fontmin-webpack@^2.0.1
Downloads and installs the libraries listed in package.json.
npm install --save-dev fontmin-webpack@^1.0.2
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
