简体   繁体   中英

Ace Code Editor theme 403

I have installed the code editor Ace onto my site (not locally). Now I am trying to load the theme 'ambiance' as shown in the available themes here .

editor.setTheme("ace/theme/ambiance");

However its failing to load returning a 403 response. I can see it being used with no issue on the ace kitchen sink page here .

The other themes I have tried have loaded with no problem, so why am I getting 403 forbidden for ambiance since its clearly listed in the themes repo?

Which installation instructions did you follow (link please)?

I did

git clone https://github.com/ajaxorg/ace-builds.git

and the contents of ace-builds/src show no obvious problem with theme-ambiance.js .

All I can suggest is to debug the problem in a browser with great devtools, like Google Chrome.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM