summaryrefslogtreecommitdiff
path: root/frontend/build.gradle
Commit message (Collapse)AuthorAge
* Remove frontend test watch for gradle buildJoffrey BION2017-05-15
| | | | The CI environment variable is the only to launch the frontend tests in non-interactive mode. This variable was already properly set on CI and heroku, but when running local gradle builds, the watch was still a problem, hence this new script for one-shot tests in package.json.
* Move frontend install task to YarnJoffrey BION2017-01-20
|
* Remove environment variables experimentsJoffrey BION2017-01-20
|
* Add printEnv task to check env variable CI=true on travisJoffrey BION2017-01-20
|
* Remove NPM setup from buildJoffrey BION2017-01-20
|
* Use the build folder to stay in the standardjbion2017-01-20
|
* Move frontend and backend into 2 separate subprojectsjbion2017-01-20
bgstack15