[pgadmin-hackers] pgAdmin 4 commit: Move the karma config and node_modules into the webd - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Move the karma config and node_modules into the webd
Date
Msg-id E1coCUo-0007ew-3h@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Move the karma config and node_modules into the web directory.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5593faf2a4dce0446e6595dd1b3d6da92e9a6101
Author: Atira Odhner <aodhner@pivotal.io>

Modified Files
--------------
karma.conf.js                                  |  75 ----------------
test/javascript/fake_translations.js           |   3 -
test/javascript/test-main.js                   | 115 -------------------------
test/javascript/translate_spec.js              |  43 ---------
web/karma.conf.js                              |  75 ++++++++++++++++
web/regression/README                          |  11 +--
web/regression/javascript/fake_translations.js |   3 +
web/regression/javascript/test-main.js         | 115 +++++++++++++++++++++++++
web/regression/javascript/translate_spec.js    |  43 +++++++++
9 files changed, 242 insertions(+), 241 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Fix the path to JS
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Don't ship the node_modules directory with packagesa