JavaScript File Packaging or Bundling.

aman10088 years ago

Hi,

How can i bundling of javascript files in to single minimied file like app.min.js locally as well as server also.

Thanks

Anton Tananaev8 years ago

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