Go to file
2016-01-17 22:20:36 +01:00
src/scss first aprroach of colors 2016-01-15 12:25:29 +01:00
styleguide Fixed cartostyles path in styleguide template 2016-01-14 22:19:06 +01:00
tasks Add copy task 2016-01-17 22:19:57 +01:00
.gitignore Adds .DS_Store 2016-01-15 15:07:01 +01:00
.hound.yml Adding HoundCI 2016-01-14 19:09:08 +01:00
.scss-lint.yml Added some excluded files from scss-linting 2016-01-14 19:23:28 +01:00
.styleguide Added gh-pages task 2016-01-14 22:17:06 +01:00
Gruntfile.js setup copy pkg 2016-01-17 22:20:36 +01:00
Gulpfile.js Adds gulpfile 2016-01-17 22:20:08 +01:00
LICENSE-MIT Yay CartoAssets 2016-01-14 12:14:43 +01:00
package.json Adds gulp & copy pkg 2016-01-17 22:20:28 +01:00
README.md Added gh-pages task 2016-01-14 22:17:06 +01:00

CartoAssets NPM version

Share frontend assets between different CartoDB repositories

Installation

As easy as:

  • npm install

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

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