summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove bower.jsonGunnar Mills2018-12-041-1/+0
| | | | | | | | | | bower.json is an incomplete, outdated package list. Remove it to not confuse people. The current list could not be used to build the app. Tested: npm install && npm run-script build Change-Id: Iae1f9b255eec5027f5e2c1a7d98fd1850addae3f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* gitignore: Add coverage/Gunnar Mills2018-04-091-1/+2
| | | | | | | Coverage is where PhantomJs outputs the unit test coverage. Change-Id: I381e479d57dc2226a464d117bfd5a917bd5706dd Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Modernize web GUI and make it installable on BMCEd Tanous2017-11-061-0/+1
| | | | | | | | | | | | | | | | | | | 1. Move from gulp server to webpack. This allows the proper compression to allow the webui to be embedded in the BMC. 2. Update js paths to use requires, not hardcoded paths. This was required to make the packaging work correctly. 3. Add babel config to do translation. 4. Update angularjs directive calls to use the angular 1.6 syntax for promises intead of success and fail. https://docs.angularjs.org/guide/migration#migrate1.5to1.6-ng-services-$http 5. As a consequence of using NPM/webpack, the versions of angular and associated modules that were checked in have been updated. Change-Id: Icb71e2eedb0d9a8943fc914f9dc4be11d0983c00 Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Major update to code structureIftekharul Islam2017-09-201-0/+4
| | | | | | | | * Split files into independent files based on functionality. * Switch to bower/gulp for build. Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
* Add npm build directivesMichael Davis2017-07-121-0/+5
Change-Id: I8e4b5e60d966934dfc30fd7429a9935d890ec976 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
OpenPOWER on IntegriCloud