Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hs-poly-locator

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hs-poly-locator

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

  • 1.3.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Poly Locator

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

Dependencies

  • Node JS
  • Gulp

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

FAQs

Package last updated on 22 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc