Go to file
piensaenpixel 39ad9c0214 Merge pull request #142 from CartoDB/fix-loading
change loader opacity
2016-07-11 09:26:11 +02:00
icon-font align icons 2016-06-20 22:59:05 +02:00
src change loader opacity 2016-07-11 09:04:49 +02:00
styleguide Icon font re-generated 2016-01-20 18:35:15 +01:00
tasks Moving generated css to a css folder and changing all routes related with fonts due to this change 2016-01-20 18:29:22 +01:00
.gitignore Adds svgs back 2016-01-18 18:30:56 +01:00
.hound.yml Adding HoundCI 2016-01-14 19:09:08 +01:00
.scss-lint.yml Exclude utilities reset stylesheet 2016-01-27 14:30:52 +01:00
.styleguide Added gh-pages task 2016-01-14 22:17:06 +01:00
.travis.yml Add travis for grunt build 2016-02-09 18:58:14 +01:00
Gruntfile.js Adds generate-font command 2016-01-18 11:16:53 +01:00
Gulpfile.js Fixes casing 2016-01-22 18:45:23 +01:00
Icon-Fonting.md Gives format 2016-01-18 18:33:59 +01:00
LICENSE-MIT Yay CartoAssets 2016-01-14 12:14:43 +01:00
package.json Update package.json to work with node v6.x 2016-06-07 09:12:50 +02:00
README.md Update package.json to work with node v6.x 2016-06-07 09:12:50 +02:00

CartoAssets NPM version

Share frontend assets between different CartoDB repositories

Installation

As easy as:

Build

If you want to use any of the CartoAssets components, after the installation just run:

  • grunt build

Development

It will generate a UI documentation about the components in this repository:

  • grunt dev

If you want to check the documenation, it is generated in the dist folder.

How to add/update the icon font

See this instructions

Publish a new version in NPM

In order to publish a new version of CartoAssets you need to:

  • Change version of the package.
  • Be a collaborator of the npm module (Send an email to xavijam[at]cartodb.com).

If you have these previous steps done:

  • npm publish

Publish CartoAssets styleguide and documentation in GH-Pages

Just run this command:

  • grunt publish

Browser support

Chrome Firefox IE Opera Safari
31+ ✔ 38+ ✔ 10+ ✔ 31+ ✔ 8+ ✔