assets bundle
This commit is contained in:
@@ -21,11 +21,6 @@ android {
|
||||
consumerProguardFiles 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
assets.srcDirs = [project.rootDir.getParent() + "/js-framework/bundle"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
|
||||
1
Android/doric/src/main/assets/bundle
Symbolic link
1
Android/doric/src/main/assets/bundle
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../../js-framework/bundle
|
||||
@@ -6,8 +6,8 @@ package com.github.penfeizhou.doric.utils;
|
||||
* @CreateDate: 2019-07-18
|
||||
*/
|
||||
public class DoricConstant {
|
||||
public static final String DORIC_BUNDLE_SANDBOX = "doric-sandbox.js";
|
||||
public static final String DORIC_BUNDLE_LIB = "doric-lib.js";
|
||||
public static final String DORIC_BUNDLE_SANDBOX = "bundle/doric-sandbox.js";
|
||||
public static final String DORIC_BUNDLE_LIB = "bundle/doric-lib.js";
|
||||
public static final String DORIC_MODULE_LIB = "./index";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user