include theme/textmate in build
This commit is contained in:
parent
81f7dd7fbb
commit
c6143cf587
1 changed files with 3 additions and 0 deletions
|
|
@ -363,6 +363,9 @@ var buildAce = function(options) {
|
|||
console.log('# ace themes ---------');
|
||||
|
||||
project.assumeAllFilesLoaded();
|
||||
delete project.ignoredModules["ace/theme/textmate"];
|
||||
delete project.ignoredModules["ace/requirejs/text!ace/theme/textmate.css"];
|
||||
|
||||
options.themes.forEach(function(theme) {
|
||||
console.log("theme " + theme);
|
||||
copy({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue