hs-poly-locator

1.3.10 • Public • Published

Poly Locator

All of the client-side Locator and Directory code and markup.

Dependencies

Installation

  1. Install npm (https://docs.npmjs.com/)
  2. cd into the root directory of the theme where package.json is located.
  3. Install Gulp (https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)
  4. Run npm install
  5. Run gulp
  6. Open browser @ http://localhost:3000/

Local Development

  • Gulp runs all of the tasks required to build the site. It runs webpack for bundling JS. It copies over all the assets inside app/ to build/ directory where the compiled version lives.
  • Run gulp and navigate to http://localhost:3000/ for testing (WIP)

Publishing to NPM

TODO: Handle this in the release process.

  1. Gain collab access to the hs-poly-locator npm package (Alex R. is a good resource for this)
  2. Checkout the master branch
  3. Make sure it is up to date: git fetch && git rebase upstream/master
  4. Update your package version: npm version 1.x.x (1.x.x could be any new version tag you want to use)
  5. The previous step will create a new commit and automatically update your package.json. Make a PR for this.
  6. Publish the package to npm: npm publish

Dependents (0)

Package Sidebar

Install

npm i hs-poly-locator

Weekly Downloads

6

Version

1.3.10

License

none

Last publish

Collaborators

  • kjacobson
  • hss-opsmgmt
  • laurenle
  • alexritchey