Hi,<div><br></div><div>I&#39;ve hit a problem with WAFileLibrary derived libraries in that #deployFiles doesn&#39;t preserve the original filename, if that filename contains non alphanumeric characters. During development all is well as the WAFileLibrary converts the requested filename to a valid selector before testing against the file-libraries selectors. However when the files are served directly from the file system, the incoming conversion doesn&#39;t take place and the file is not located:</div>
<div><br></div><div>jquery.ui.stars.gif =&gt; #jqueryuistarsGif =&gt; jqueryuistars.gif</div><div>bubbletip-T-B.png =&gt; #bubbletipTBPng =&gt; bubbletipTB.png</div><div><br></div><div>As a solution would it make sense to add a pragma which stored the original filename and if present would be used in #deploy files? </div>
<div><br></div><div><div>bubbletipTBPng</div><div>        &lt;filename: &#39;bubbletip-T-B-png&#39;&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^ #(137 80 78 ....) asByteArray</div></div><div>
<br></div><div>Happy to implement this if people think it makes sense</div><div><br></div><div>Cheers</div><div><br></div><div>Nick</div><div><br></div>