I try to store all stuff of the ace editor in a single file, e.g. themes, modes and extensions. Therefore I downloaded the ace-master-build package from GitHub and concatenated the files. That did not work (many errors in the console). So I cloned the whole repository from GitHub and tried to use the Makefile.dryice.js to put it in a single file automatically:
$ ./Makefile.dryice.js --s --m --nc --target ../test That did what I want, but after I integrated it in my website it logs: Ace is not defined.
So what can I do? Is it even possible to use ACE in a single file?
Cheers, Marco