Hi,
How can i bundling of javascript files in to single minimied file like app.min.js locally as well as server also.
Thanks
You don't have to minify it to run anywhere. You can always run in debug mode with original JS files.
If you want to minify, you can use this script:
https://github.com/tananaev/traccar/blob/master/tools/minify.sh
Hi,
How can i bundling of javascript files in to single minimied file like app.min.js locally as well as server also.
Thanks