Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 829 Bytes

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.