raptor
Version:
RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.
18 lines (15 loc) • 526 B
text/xml
<optimizer-config>
<output-dir>build</output-dir>
<enabled-extensions>jquery,browser</enabled-extensions>
<checksums-enabled>false</checksums-enabled>
<bundles>
<bundle name="bundle1">
<module name="test/optimizer/moduleA"/>
<module name="test/optimizer/moduleB"/>
</bundle>
<bundle name="bundle2">
<module name="test/optimizer/moduleB"/>
<module name="test/optimizer/moduleC"/>
</bundle>
</bundles>
</optimizer-config>