I was looking into bridge/build file to add pre-merged prototype.js. I have noticed existing build file adds some portion of the prototype in the "bridge.js" and rest of it in the "bridge.extras.js". So I am not sure in what file the pre-merge file should go. Other then that the following tags has something to do with portion of the prototype.
<fileset id="munge.js.files" dir=".">
.......
<exclude name="lib/prototype/ajax.js"/>
<exclude name="lib/prototype/base.js"/>
</fileset>
<fileset id="no-munge.js.files" dir=".">
...
<include name="lib/prototype/ajax.js"/>
<include name="lib/prototype/base.js"/>
</fileset>
I think it would be better if it can be done by the one who knows about it.
I was looking into bridge/build file to add pre-merged prototype.js. I have noticed existing build file adds some portion of the prototype in the "bridge.js" and rest of it in the "bridge.extras.js". So I am not sure in what file the pre-merge file should go. Other then that the following tags has something to do with portion of the prototype.
<fileset id="munge.js.files" dir=".">
.......
<exclude name="lib/prototype/ajax.js"/>
<exclude name="lib/prototype/base.js"/>
</fileset>
<fileset id="no-munge.js.files" dir=".">
...
<include name="lib/prototype/ajax.js"/>
<include name="lib/prototype/base.js"/>
</fileset>
I think it would be better if it can be done by the one who knows about it.