- Jun 22, 2017
-
-
Maxim Khlobystov authored
-
Maxim Khlobystov authored
Meteor's ROOT_URL and HOME variables can no longer be changed in the config file (the npm script needs to be modified instead).
-
- Jun 16, 2017
-
-
Maxim Khlobystov authored
This commit applies the following 2 changes: - Removes the preinstall NPM command that installs Grunt (we don't use Grunt anymore) - Makes sure Meteor database is reset before the client starts up in production mode
-
- Jun 15, 2017
-
-
Maxim Khlobystov authored
Those values are now in .npmrc file.
-
Maxim Khlobystov authored
npm start command does exactly the same thing, so we don't need the Shell script anymore.
-
Maxim Khlobystov authored
This commit removes everything that is related to Grunt, since we can now use NPM instead. Particularly, it does the following things: - Removes the Gruntfile - Removes the text file containing Grunt instructions - Uninstalls all the Grunt-related packages
-
Maxim Khlobystov authored
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.
-
Maxim Khlobystov authored
This commit slightly modifies the start script: we don't need to jump to another directory to run start.sh. It also introduces two modes of running the client via npm scripts: default mode (development) and production mode. I only introduce the npm scripts setup, the modes don't differ from each other yet.
-
- Jun 12, 2017
-
-
Dixon Fred authored
-
Dixon Fred authored
Minor updates to the README.md
-
- Jun 09, 2017
-
-
Dixon Fred authored
-
- Jun 07, 2017
-
-
Anton Georgiev authored
HTML5 - fixed long string at cc box
-
JaeeunCho authored
-
JaeeunCho authored
-
Anton Georgiev authored
[HTML5 Client] Initial Acceptance Tests Setup
-
Anton Georgiev authored
[HTML5] String refs to callback refs
-
- Jun 06, 2017
-
-
Oleksandr Zhurbenko authored
-
JaeeunCho authored
-
JaeeunCho authored
-
Anton Georgiev authored
HTML5 - Chat links fix
-
Oleksandr Zhurbenko authored
-
Oleksandr Zhurbenko authored
-
- Jun 05, 2017
-
-
Maxim Khlobystov authored
This commit prevents logging with Enter key from happening in Firefox tests. There's a well-known bug associated with browser.keys() on Firefox. We add an additional check to the Login test specs to prevent that from happening.
-
Maxim Khlobystov authored
Simplify the command inside the test npm script (all bins are already in the PATH when we use npm scripts)
-
JaeeunCho authored
-
Anton Georgiev authored
[HTML5] Migrate from JSCS to ESLint
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Oswaldo Acauan authored
-
Anton Georgiev authored
[HTML5] Updated npm packages
-
- Jun 04, 2017
-
-
Maxim Khlobystov authored
This commit does the following updates: - fixes the misprint that prevented Chrome from being installed - removes the step of creating the `tools` directory (we don't need this anymore, since the directory is commited now)
-
Maxim Khlobystov authored
-
Oleksandr Zhurbenko authored
-
Maxim Khlobystov authored
This commit does the following: - adds the Spec test reporter to display all the passed/failed test specs after all the tests finish running - removes console logging (we don't need it anymore, since we can see the reported results at the end of every test run) - adds the XML test reporter for easier Jenkins integration
-
Oleksandr Zhurbenko authored
-
Oleksandr Zhurbenko authored
-
Oleksandr Zhurbenko authored
-