<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">NOTE: this is only relevant if you are doing Hawkular UI development. This process is transparent to the normal build process.<div class=""><br class=""></div><div class="">In an effort to <i class="">‘ES6 All the things!</i>” All of the Hawkular UI repos have been updated to use Gulp 3.9.0+ which allows gulp to use ES6 in its gulpfile (via Babel ES6 translator). This means that <i class="">gulpfile.js</i> filename has changed to <i class="">gulpfile.babel.js</i> and is written in ES6. All of the previous gulp commands work the same as they always have.</div><div class=""><br class=""></div><div class="">To determine what version of gulp is installed:</div><div class=""><br class=""></div><div class=""><i class="">gulp —version</i></div><div class=""><br class=""></div><div class="">If the version returned is less than 3.9.0 then you need update the version. To update the version:</div><div class=""><br class=""></div><div class=""><i class="">sudo npm update -g gulp</i></div><div class=""> or</div><div class=""><i class="">sudo npm install -g gulp</i></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>