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
I'd like to combine multiple unminified .js files, then minify the combined file and place it in the webapps's public/js/main.min.js. I also want to ignore all WebJars JavaScript because those files are already minified.
I'd like to combine multiple unminified
.js
files, then minify the combined file and place it in the webapps'spublic/js/main.min.js
. I also want to ignore all WebJars JavaScript because those files are already minified.I tried this:
However all
.js
files, including previously minified.js
files, were combined, which takes forever.I then tried adding this:
But
main.min.js
just contains:The text was updated successfully, but these errors were encountered: