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

Active Directory Authenticated Proxy Server with Squid or CNTLM -

java - @PluginTarget(Node.class) not registering as neo4j plugin -

python - Calculate STD manually using Groupby Pandas DataFrame -