[Solved] Library SpiderBasic : Relatif path
Posted: Wed Jun 01, 2016 10:09 am
When I export an application, the index.html file contains the absolute path of the library SpiderBasic instead of the relative path.
Exampleinstead ofhow to remedy?
Thanks for your help.
Example
Code: Select all
<script type="text/javascript" data-main="D:\SpiderBasic Project\FreeChat\sb/main.js" src="D:\SpiderBasic Project\FreeChat\sb/require.js"></script>
Code: Select all
<script type="text/javascript" data-main="sb/main.js" src="sb/require.js"
Thanks for your help.