- Have nodejs installed
-
Go to the deploy folder
$ cd deploy
-
Install dependencies
$ npm install
-
Clean pevious builds (optional)
$ gulp clear_build
-
Run the build process
$ gulp build
-
Test results serving from the build folder
$ gulp server_pro
-
Open a browser on http://localhost:8080 and check that everything looks fine
- We are using the last commit found on the local git repo master branch to version the static files accordingly. Probably there should be a better way to locate the git commit but hell!! it works. (Any other way recommendations are more than welcomed through github issue)