How to save ACE editor with themes and extensions in one file?

I am trying to save all the materials of the ace editor in a single file, for example. themes, modes and extensions. So I downloaded the ace-master-build package from github and merged the files. This did not work (many errors in the console). So I cloned the entire repository from GitHub and tried to use Makefile.dryice.js to automatically add it to a single file:

$ ./Makefile.dryice.js --s --m --nc --target ../test 

This is what I want, but after I integrated it on my website, it writes: Ace is not defined.

So what can I do? Is it even possible to use ACE in a single file?

Greetings Marco

+6
source share

All Articles