Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-07 | perf(build): remember previous buid env | n-peugnet | |
This allow build the bundles when there is a change in files or in env. This way we can stop calling buildclean before each build. This is a little tricky: it uses a temp file and recursive make commands to set the ENV to prod. | |||
2019-11-07 | feat: include sentry in frontend | n-peugnet | |
2019-11-07 | fix(dist): correct dir permissions + VERSION always included | n-peugnet | |
2019-11-07 | build: add @sentry/cli to release process | n-peugnet | |
2019-11-07 | build: gen VERSION from make instead of release-it | n-peugnet | |
- remove @release-it/bumper module - gen VERSION from make - remove VERSION from git | |||
2019-11-07 | build: ENV prod enhancements | n-peugnet | |
- fix: prod mode not working with target-specific ENV variable - use another sourcemap mode in dev mode - generate souremap files in prod mode | |||
2019-11-04 | fix: npm install warnings | n-peugnet | |
- fix repository and licence fields - hide remaining warnings | |||
2019-11-04 | feat: set default build ENV in .default.env | n-peugnet | |
2019-11-04 | perf: make optimizations | n-peugnet | |
- run npm and composer only when needed - include .default.env - add watch targets - "make all" builds in dev mode, "make dist" in prod mode | |||
2019-10-26 | store version in VERSION instead of composer.json | n-peugnet | |
2019-10-24 | fix make: add default env file en .env target | n-peugnet | |
2019-10-24 | add release-it as the release tool | n-peugnet | |
2019-10-23 | better dist zip target | n-peugnet | |
using git archive the removing useless files and adding generated files | |||
2019-10-23 | use GNU Standard Makefile Targets | n-peugnet | |
2019-10-22 | finish Makefile and update README | n-peugnet | |
2019-10-22 | first add of Makefile | n-peugnet | |