Skip to content

Instantly share code, notes, and snippets.

@temmyraharjo
Created July 25, 2018 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save temmyraharjo/3d793cb98ce262e0b6ca4363a0c4beba to your computer and use it in GitHub Desktop.
Save temmyraharjo/3d793cb98ce262e0b6ca4363a0c4beba to your computer and use it in GitHub Desktop.
Merging Configuration File
<?xml version="1.0" encoding="utf-8" ?>
<root>
<arguments config="Debug">-ignore:ALL -debug –pponly</arguments>
<arguments config="Release"></arguments>
<output path="your-javascript-file-name1.js">
<input path="..\Namespace.Base.js"/>
<input path="_namespace.js"/>
<input path="Data.js"/>
<input path="Business.js"/>
<input path="Event.js"/>
</output>
<output path="your-javascript-file-name2.js">
<input path="..\Namespace.Base.js"/>
<input path="_namespace.js"/>
<input path="Ribbon.js"/>
</output>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment