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
-
bower install --save my-awesome-dep
-
gulp bower
-
commit the changed index.html, bower.json and karma.conf.js
-
Update changelog
-
git tag
some semver -
git push --tags