@contentpilot/gulp-font-awesome
v1.0.6
Published
Grabs Font Awesome icon style and compiles into font folder.
Downloads
11
Readme
Content Pilot Font Awesome
Grabs Font Awesome icon style and compiles into font folder.
Installation
npm install @contentpilot/gulp-font-awesome --save-dev
Require in gulpfile.js
require( '@contentpilot/gulp-font-awesome' );
Commands
gulp font-awesome
Publish to NPM
To update this repository on NPM using the GitHub action,
- Bump the version number in
package.json
- Commit with message pattern of
Release x.x.x
- Push to
master
branch toorigin