How can I change path of JS module files? (cute.canvas.module.js , cute.css3d.module.js , cute.2d.module.js)

Please add following script after cute.slider.js in your page and replace ?your custom path?.

<script type="text/javascript">
    Cute.ModuleLoader.css3d_files    =  ['your custom path/cute.css3d.module.js'];
    Cute.ModuleLoader.canvas_files  =  ['your custom path/cute.canvas.module.js'];
    Cute.ModuleLoader.dom2d_files  =  ['your custom path/cute.2d.module.js'];
</script>