summaryrefslogtreecommitdiff
path: root/frontend/build.gradle
Commit message (Collapse)AuthorAge
* Upgrade frontend build tools versionJoffrey BION2018-04-18
|
* Update software versionsJoffrey BION2017-08-08
| | | | | | | Node JS 6.10.3 -> 8.2.1 Yarn 0.24.5 -> 0.27.5 Gradle Wrapper 4.0.1 -> 4.1 Gradle Node Plugin 1.1.1 -> 1.2.0
* Update node and yarn versions in build.gradlejbion2017-05-25
|
* 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