mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
Using Raven.js allows logging client-side javascript errors to the configured Sentry server.
4 lines
106 B
Makefile
4 lines
106 B
Makefile
|
|
build:
|
|
../node_modules/.bin/uglifyjs --source-map=file.sourcemap.js -c -o file.min.js file1.js file2.js
|