Branch: refs/heads/next
Home:
https://github.com/hawkular/hawkular-alerts
Commit: a149a7e5b896b96d9b4c56e60e797e3a59cc1302
https://github.com/hawkular/hawkular-alerts/commit/a149a7e5b896b96d9b4c56...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M ui/src/main/ui/Gruntfile.js
Log Message:
-----------
There are times you have to clean out EVERYTHING that was generated.
For example, Maybe to get back to a normal running state or you just want to remove
everything not committed to git.
This allows "grunt purge" to clean everything.
*Note that "grunt clean" will not do this - so anyone performing a clean
won't be surprised.*
After a purge, you then must "npm install && bower install" to
re-generate and build everything again.
This is output in a log message to remind the user after they run this task.
I found this was the only way to get the UI to work under some condition I found myself
in.