requirejs - sbt-rjs: Exclude files from uglification -


I want to minimize and add my javascript in the process of creation with pipeline. A part of it is useless using files that are controlled by RJ with the default uglify2 adapter

I want to find out if I can exclude files from the Uugrification I can still include them in the insert module? Especially I want to skip the minified files already, so that the time of construction can be minimized.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Qt-how to convert a QByteArray to struct -

c# - How to know the number of Threads created and limit the Tasks accordingly -