mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Add URL pragma of main.js in python code
This commit is contained in:
parent
1170afbfd3
commit
9faf9ca98b
@ -296,5 +296,3 @@ var hide_loading_indictator = function() {
|
|||||||
var loading = document.getElementById('loading-indicator');
|
var loading = document.getElementById('loading-indicator');
|
||||||
loading.style.display = 'none';
|
loading.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
||||||
//# sourceURL=main.js
|
|
||||||
|
@ -80,7 +80,7 @@ def embed_assets(index_file, output_path=None, append_pre="", append_post=""):
|
|||||||
"current_path": base_name,
|
"current_path": base_name,
|
||||||
"file_tree": file_tree,
|
"file_tree": file_tree,
|
||||||
"remote_resources": remote_resources,
|
"remote_resources": remote_resources,
|
||||||
"main": init_files["main.js"],
|
"main": init_files["main.js"] + "\n//# sourceURL=main.js",
|
||||||
}
|
}
|
||||||
|
|
||||||
global_context = json.dumps(global_context)
|
global_context = json.dumps(global_context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user