Skip to content

Commit 3fb5a40

Browse files
committed
maintain ace structure in dist folder
1 parent 4f9a32c commit 3fb5a40

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function copyToDist(cb) {
2121
}
2222

2323
function copyAce() {
24-
return src(ACE_FILES).pipe(dest(DIST+'ace/'));
24+
return src(ACE_FILES, {base: ACE_BASE}).pipe(dest(DIST+'ace/'));
2525
}
2626

2727
function copyParser() {

0 commit comments

Comments
 (0)