Age | Commit message (Collapse) | Author |
|
- rename LICENSE.md into LICENSE
- move some vars in Makefile
- move prettier config outside of webpack config
|
|
- 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.
|
|
|
|
- fix: prod mode not working with target-specific ENV variable
- use another sourcemap mode in dev mode
- generate souremap files in prod mode
|
|
Add checkall checkbox in home page
|
|
|
|
|
|
|
|
|
|
|
|
- add npm prerequisite
- add codemirror through npm
- add webpack trough npm to build the js bundles
- add first codemirror enhenced textarea
|