Skip to content

vistaprint/PointyJSSite

Repository files navigation

pointy.js website

This website is built using Jekyll, and produces all static content. It is hosted at http://vistaprint.github.io/PointyJS.

Documentation for individual pointy.js libraries are in markdown, in /site/*.md.

Building the site

To build the site:

  • Make edits
  • Run grunt
  • Test the site in /site/_site

Deploying the site

To deploy:

  • On Mac/*nix: ./publish-site.sh
  • On Windows: ./publish-site.ps1

Installation of dependencies

Note: Jekyll uses Pygments for syntax coloring. Pygments requires Python and Ruby, and can be installed via easy_install.

Notes

  • Debugging:

  • Use node-inspector

  • node-inspector --web-port=8081

  • Debug grunt:

  • Run node --debug-brk C:\Users\{username}\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt

About

Website for pointy.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages