Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Upgrade frontend build tools version | Joffrey BION | 2018-04-18 |
| | |||
* | Update software versions | Joffrey BION | 2017-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.gradle | jbion | 2017-05-25 |
| | |||
* | Remove frontend test watch for gradle build | Joffrey BION | 2017-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 Yarn | Joffrey BION | 2017-01-20 |
| | |||
* | Remove environment variables experiments | Joffrey BION | 2017-01-20 |
| | |||
* | Add printEnv task to check env variable CI=true on travis | Joffrey BION | 2017-01-20 |
| | |||
* | Remove NPM setup from build | Joffrey BION | 2017-01-20 |
| | |||
* | Use the build folder to stay in the standard | jbion | 2017-01-20 |
| | |||
* | Move frontend and backend into 2 separate subprojects | jbion | 2017-01-20 |