javascript - EpicEditor: themes not found -


I have a static directory in which the subdirectory is in css /, js / fonts / and images / to download epic editor Afterwards, I got the APciditor in the JS / directory. MNS Placed, and this line is in my HTML:

    

but it returns an error:

 get  http://0.0.0.0:6543/static/js/epineditor.min.js/ Themes /   

If I use a separate directory for EpicEditor instead:

  & lt; Script type = "text / javascript" Src = "/ appicitor / js / apcidder.money.js" & gt; & Lt; / Script & gt;   

This is the error that I get:

 Get  http://0.0.0.0:6543/epiceditor/js/epineditor.min. Js 404 (not found)   

How can I change the href to point to the right place? Or, where should I place different files for epic editor?

I realized what I was doing wrong: the path of basepath should be a file path that the epic Moves to the theme for the editor.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -