commit
cc0b6386aa
1 changed files with 5 additions and 0 deletions
|
|
@ -274,6 +274,8 @@ function getWriteFilters(options, projectType) {
|
|||
|
||||
if (options.compress)
|
||||
filters.push(copy.filter.uglifyjs);
|
||||
|
||||
copy.filter.uglifyjs.options.ascii = true;
|
||||
|
||||
if (options.exportModule && projectType == "main") {
|
||||
if (options.noconflict)
|
||||
|
|
@ -363,6 +365,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