Skip to content
This repository was archived by the owner on Nov 24, 2017. It is now read-only.

Latest commit

 

History

History
34 lines (16 loc) · 524 Bytes

BUILDING.md

File metadata and controls

34 lines (16 loc) · 524 Bytes

Hacking on hawtio-core-navigation

To hack on hawtio-core-navigation locally first run:

  • npm -g gulp bower karma wiredep

  • npm install

This should take care of also installing bower dependencies, if not:

  • bower install

Then run the app:

  • gulp

Add a js dependency:

  • bower install --save my-awesome-dep

  • gulp bower

  • commit the changed index.html, bower.json and karma.conf.js

Release an update: