pgAdmin 4 commit: Move the karma config and node_modules into the web d

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Move the karma config and node_modules into the web d
Date: 2017-03-15 17:13:58
Message-ID: E1coCUo-0007ew-3h@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pivotal(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-15 17:14:41 pgAdmin 4 commit: Don't ship the node_modules directory with packages a
Previous Message Dave Page 2017-03-15 17:13:02 pgAdmin 4 commit: Fix the path to JS