Age | Commit message (Collapse) | Author |
|
- rename LICENSE.md into LICENSE
- move some vars in Makefile
- move prettier config outside of webpack config
|
|
+ change default env values
|
|
- better way to check if we need to report errors in PHP
- fix make file $(js_bundles) dependencies (add webpack conf)
- update sentry-browser sdk and move it to dev requirements
|
|
- move sentry to PHP dev requirements.
- try...catch Sentry integration in PHP.
- update Makefile:
- add comments as documentation.
- remove recursive call from PREV_ENV_FILE target.
- make dist and sentryrelease ENV variable.
- add touch target for more efficient rebuilds.
- add `dist` build ENV functionnality not to include dev-requirements
in the zip release.
|
|
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.
|
|
|
|
|
|
|
|
- remove @release-it/bumper module
- gen VERSION from make
- remove VERSION from git
|
|
- fix: prod mode not working with target-specific ENV variable
- use another sourcemap mode in dev mode
- generate souremap files in prod mode
|
|
- fix repository and licence fields
- hide remaining warnings
|
|
|
|
- run npm and composer only when needed
- include .default.env
- add watch targets
- "make all" builds in dev mode, "make dist" in prod mode
|
|
|
|
|
|
|
|
using git archive the removing useless files and adding generated files
|
|
|
|
|
|
|