You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
xavijam 1b4d698fd9
Added gh-pages task
9 years ago
.grunt/grunt-gh-pages/gh-pages Added gh-pages task 9 years ago
src/scss Changed sizes indentation 9 years ago
styleguide Added position relative to result canvas within styleguide 9 years ago
tasks Added gh-pages task 9 years ago
.gitignore Removed styleguide generated html 9 years ago
.hound.yml Adding HoundCI 9 years ago
.scss-lint.yml Added some excluded files from scss-linting 9 years ago
.styleguide Added gh-pages task 9 years ago
Gruntfile.js Added gh-pages task 9 years ago
LICENSE-MIT Yay CartoAssets 9 years ago
README.md Added gh-pages task 9 years ago
package.json Added gh-pages task 9 years ago

README.md

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