mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Rely on more Python and less on mako, setup a small shared common mako file in config/plugins/interactive_environments/common/ie.mako. Move ie.js into client/galaxy/scripts/galaxy.interactive_environments.js and extract IPython's require config out so it doesn't have to directly reference client/galaxy/scripts/galaxy.interactive_environments.js (I doubt it is where that file actually should be).
7 lines
251 B
XML
7 lines
251 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- these relative paths can contain common templates importable by all visualization plugins -->
|
|
<paths>
|
|
<path>common/templates</path>
|
|
<path>../interactive_environments/common/templates</path>
|
|
</paths>
|