History log of /openbmc/phosphor-webui/.gitignore (Results 1 – 5 of 5)
Revision Date Author Comments
# d938a4c7 03-Dec-2018 Gunnar Mills <gmills@us.ibm.com>

Remove bower.json

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 inst

Remove bower.json

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>

show more ...


# e5b314e9 08-Apr-2018 Gunnar Mills <gmills@us.ibm.com>

gitignore: Add coverage/

Coverage is where PhantomJs outputs the unit test coverage.

Change-Id: I381e479d57dc2226a464d117bfd5a917bd5706dd
Signed-off-by: Gunnar Mills <gmills@us.

gitignore: Add coverage/

Coverage is where PhantomJs outputs the unit test coverage.

Change-Id: I381e479d57dc2226a464d117bfd5a917bd5706dd
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# bbcf670a 06-Oct-2017 Ed Tanous <ed.tanous@intel.com>

Modernize web GUI and make it installable on BMC

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 p

Modernize web GUI and make it installable on BMC

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>

show more ...


# 99d199f3 24-Mar-2017 Iftekharul Islam <iislam@us.ibm.com>

Major update to code structure

* Split files into independent files based on functionality.
* Switch to bower/gulp for build.

Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e7

Major update to code structure

* 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>

show more ...


# 76720ce7 14-Feb-2017 Michael Davis <michael.s.davis@ibm.com>

Add npm build directives

Change-Id: I8e4b5e60d966934dfc30fd7429a9935d890ec976
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>