assets bundle

This commit is contained in:
pengfei.zhou
2019-08-09 15:44:07 +08:00
parent f1efee6a3e
commit 73b9d97e6d
6 changed files with 5 additions and 13 deletions

View File

@@ -0,0 +1 @@
../../../../../js-framework/bundle

View File

@@ -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";