🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

hangar-alpha

Package Overview
Dependencies
Maintainers
11
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hangar-alpha

Share frontend assets between different web repositories

latest
Source
npmnpm
Version
0.1.41
Version published
Maintainers
11
Created
Source

hangar-alpha

Share frontend assets between different web repositories

Development

The workflow for development will be usually this:

  • Run grunt dev in one tab to see the styleguide html view working, which is open by default.
  • Run grunt test in another tab to run the tests. This uses karma underneath.

For more details, take a look to the Grunfile to see all tasks available.

Release

In order to release a new version of Hangar, from master branch run:

npm run release

This will make a new build, publish the new version to github pages and then launch the interactive UI that guides you through publishing a new version to npm and unpkg:

hangar-release

CDN

As we already published hangar to npm, unpkg.com is the best choice, and the good thing is, we don't need to do anything to version the assets:

  • https://unpkg.com/hangar-alpha@0.1.22/dist/js/hangaralpha.js
  • https://unpkg.com/hangar-alpha@0.1.22/dist/css/hangaralpha.css

Use @latest as latest version.

FAQs

Package last updated on 12 Oct 2021

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