update inbox list
This commit is contained in:
16
vendor/scrivo/highlight.php/tools/launcher.js
vendored
Normal file
16
vendor/scrivo/highlight.php/tools/launcher.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
dojoConfig = {
|
||||
async: true,
|
||||
baseUrl: "lib_dojo/",
|
||||
packages: [{
|
||||
name: "dojo",
|
||||
location: "dojo"
|
||||
},{
|
||||
name: "dojox",
|
||||
location: "dojox"
|
||||
}],
|
||||
deps: ["export"],
|
||||
highlightJsDir: __dirname + "/lib_highlight/build/lib",
|
||||
cwd: __dirname,
|
||||
};
|
||||
|
||||
require("./lib_dojo/dojo/dojo.js");
|
||||
Reference in New Issue
Block a user