Adds link to font instructions

This commit is contained in:
Javier Arce 2016-01-18 18:35:50 +01:00
parent 7e330cbe90
commit 78e0177552

View File

@ -17,6 +17,10 @@ It will generate a UI documentation about the components in this repository:
If you want to check the documenation, it is generated in the ```dist``` folder. If you want to check the documenation, it is generated in the ```dist``` folder.
### How to add/update the icon font
See this [instructions](https://github.com/CartoDB/CartoAssets/blob/master/Icon-Fonting.md)
### Publish a new version in NPM ### Publish a new version in NPM
In order to publish a new version of CartoAssets you need to: In order to publish a new version of CartoAssets you need to:
@ -31,3 +35,4 @@ If you have these previous steps done:
Just run this command: Just run this command:
- ```grunt publish``` - ```grunt publish```