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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -