You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to improve the loading times of the frontend, we urgently need a javascript pipeline that prepares the javascript before creating the WAR. It should include:
Concatenate all javascript files into one single file
Minify this file
It would be great if we could switch between a development (without pipeline) and a productive version (with pipeline).
We could use wro4j for this purpose which is already part of the MBP, but there are also promising alternatives.
The text was updated successfully, but these errors were encountered:
In order to improve the loading times of the frontend, we urgently need a javascript pipeline that prepares the javascript before creating the WAR. It should include:
It would be great if we could switch between a development (without pipeline) and a productive version (with pipeline).
We could use wro4j for this purpose which is already part of the MBP, but there are also promising alternatives.
The text was updated successfully, but these errors were encountered: