-
-
2. Re: Edge Animate JS files
Robyn_cpl Sep 29, 2014 6:48 AM (in response to mcsekharmcs)Hi,
Yes, this normally happens when you add in the js file through Edge. It automatically creates a js folder for you
-
3. Re: Edge Animate JS files
vivekuma Sep 29, 2014 6:57 AM (in response to Atul_saini)I assume that you want to put the files "projName_edge.js" and "projName_edgeActions.js" in a separate folder say "jsFolder" which is present where the file "projName.html" is present.
You can do that but then you have to modify two files:
1. In file "projName_edge.js", search for "projName_edgeActions.js", and replace it with "jsFolder/projName_edgeActions.js".
2. In file "edge.5.0.0.min.js" present in "edge_includes" folder, search for 'a+"_edge.js' and replace it with 'jsFolder/" +a+"_edge.js'
hope that helps,
Vivekuma
-
4. Re: Edge Animate JS files
mcsekharmcs Sep 29, 2014 9:53 PM (in response to mcsekharmcs)Hello Vivekuma,
Thank you for your reply,
I need to keep all edge animate Js files(which is automatically generated in edge animate) in one folder and I want to keep html file is outside that js folder.
Structure:
Inside main folder:
1. edge_includes folder
2. js Folder(all js files)
3. Html file
Thanks & Regards,
Chandrasekhar M.
-
5. Re: Edge Animate JS files
vivekuma Sep 29, 2014 10:55 PM (in response to mcsekharmcs)Hi Chandrasekhar,
There are 3 files that are automatically generated by Edge. One in inside "edge_includes" folder, and other two(_edge.js & _edgeAction.js) are kept along with .html file.
My last comment assumes that you will place the two(_edge.js & _edgeAction.js) files in jsFolder. But this will end up using two folders for edge created js files, one being "edge_includes" and other "jsFolder".
But if you want to put all in one folder, then put the two files(_edge.js & _edgeAction.js) in the folder "edge_include" so that all 3 edge files are in one folder, and then simply follow my last comment and replace "jsFolder" with "edge_include".
hth,
Vivekuma
-
6. Re: Edge Animate JS files
mcsekharmcs Sep 29, 2014 11:34 PM (in response to mcsekharmcs)Hello Vivekuma,
Thanks a lot, its working fine....
Thanks & Regards,
Chandrasekhar M.



