bigbluebutton-Github/bigbluebutton-html5
Maxim Khlobystov 177a348813 Move the Meteor configs, such as the root URL and production home directory, to NPM
This commit allows NPM to run the client in development and production modes using all the Meteor-related configs.

Run client in development:
NODE_ENV=development npm start
or
npm start

Run client in production:
NODE_ENV=production npm start

The default rootURL is http://127.0.0.1/html5client. This can be changed in .npmrc.
If prodHome is specified in .npmrc, then its value is used as Meteor's $HOME.
2017-06-15 04:20:52 +00:00
..
.meteor Updated react-meteor-data to remove a new React 15 warning 2017-06-04 16:17:06 -07:00
client Handle lib update/fix errors 2017-05-03 14:13:53 +00:00
imports HTML5 - removed useless line 2017-06-07 14:57:27 -07:00
log
private Add check for min/max length for chat message 2017-06-01 14:24:29 +00:00
public remove unnecessarily added svgs 2017-04-12 12:49:56 -04:00
server Fix requests on PR #3865 2017-04-28 14:12:08 -03:00
tests/webdriverio Make sure the acceptance tests that involve keyboard are not executed on Firefox 2017-06-05 23:42:33 +00:00
.eslintignore Improve ESLint rules 2017-06-02 20:42:13 +00:00
.eslintrc.js Add missing packages and fix formating 2017-06-05 13:26:47 +00:00
.gitignore Add missing configuration file 2017-02-06 19:14:48 +00:00
.npmrc Move the Meteor configs, such as the root URL and production home directory, to NPM 2017-06-15 04:20:52 +00:00
grunt-instructions.txt
Gruntfile.js Linter auto fix 2017-06-02 19:25:02 +00:00
package-lock.json Update package-lock with the new packages 2017-06-05 14:04:04 +00:00
package.json Move the Meteor configs, such as the root URL and production home directory, to NPM 2017-06-15 04:20:52 +00:00
start.sh Remove all the Jasmine-related Meteor startup parameters that are not used anymore. 2017-05-30 01:55:03 +00:00