Skip to content

Commit

Permalink
Merge branch 'main' into refactoring/4034-Remove-deprecated-iframe-ca…
Browse files Browse the repository at this point in the history
…s-html-view

* main:
  #4030 - Move AnnotatorJS code to different package
  • Loading branch information
reckart committed May 29, 2023
2 parents 871d1a8 + 210d4e8 commit 9bfc8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inception/inception-html-editor/src/main/ts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const defaults = {
logLevel: 'info'
}

let outbase = '../../../target/js/de/tudarmstadt/ukp/inception/htmleditor/annotatorjs/resources/'
let outbase = '../../../target/js/de/tudarmstadt/ukp/inception/annotatorjs/resources/'

const argv = yargs(hideBin(process.argv)).argv

Expand All @@ -77,7 +77,7 @@ if (argv.live) {
else console.log('watch build succeeded:', result)
}
}
outbase = '../../../target/classes/de/tudarmstadt/ukp/inception/htmleditor/annotatorjs/resources/'
outbase = '../../../target/classes/de/tudarmstadt/ukp/inception/annotatorjs/resources/'
}

esbuild.build(Object.assign({
Expand Down

0 comments on commit 9bfc8da

Please sign in to comment.