debug html

This commit is contained in:
pengfei.zhou
2019-08-09 19:57:11 +08:00
parent d7bfbcb7bd
commit 945fb626d9
7 changed files with 136 additions and 24 deletions

View File

@@ -25,6 +25,7 @@ android {
afterEvaluate {
buildJSBundle.exec()
buildDebugger.exec()
}
task buildJSBundle(type: Exec) {
@@ -32,6 +33,10 @@ task buildJSBundle(type: Exec) {
commandLine 'npm', 'run', 'build'
}
task buildDebugger(type: Exec) {
workingDir project.rootDir.getParent() + "/debugger"
commandLine 'npm', 'run', 'build'
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])