Skip to content

jfly/icons

 
 

Repository files navigation

Cubing Icons and Fonts Build Status

Demo

https://cubing.github.io/icons

Rebuild fonts and cubing-icons.css

We use the excellent gulp-iconfont.

  • npm install
  • Install potrace.
  • npm run build or npm run watch - Open www/index.html in your web browser.

Releasing

Bump version and deploy to npmjs

npm version major|minor|patch -m "Upgrade to %s for reasons"

(Optional, this is handled automatically) Deploy to GitHub Pages

npm run deploy

This will deploy to the gh-pages branch of whatever remote your origin is pointing at. TravisCI will automatically run this whenever code is pushed to main.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • Makefile 13.2%