Goal used to package compressed JavaScript files and package them as a javascript archive
attaching this new artifact to the project for beeing installed / deployed with
the regular uncompressed js-archive.
Goal used to package stripped JavaScript files and package them as a javascript archive
attaching this new artifact to the project for beeing installed / deployed with
the regular uncompressed js-archive.
JavaScript sources (typically vendor/lib dependencies) that need to be loaded
before other sources (and specs) in a particular order, these are relative to the ${sourceDirectory}
directory! Therefore, if jquery.js is in `${sourceDirectory}/vendor`, you would configure:
<preloadSources>
<source>vendor/z.js</source>
</preloadSources>
And z.js would load before all the other sources and specs.
JavaScript sources (typically vendor/lib dependencies) that need to be loaded
before other sources (and specs) in a particular order, these are relative to the ${sourceDirectory}
directory! Therefore, if jquery.js is in `${sourceDirectory}/vendor`, you would configure:
<preloadSources>
<source>vendor/z.js</source>
</preloadSources>
And z.js would load before all the other sources and specs.