Scripts
src: forge/app_config.js
src: forge/all-priv.js
{% if "background" in plugins and "config" in plugins["background"] and "files" in plugins["background"]["config"] %}\ {% for bg_file in plugins["background"]["config"]["files"] %}\ {% if bg_file.startswith('http://') or bg_file.startswith('https://') %}\ src: ${bg_file}
{% end %} {% if not bg_file.startswith('/') and not bg_file.startswith('http://') and not bg_file.startswith('https://') %}\ src: src/${bg_file}
{% end %} {% if bg_file.startswith('/') %}\ src: src${bg_file}
{% end %} {% end %} {% end %}
src: forge/all-priv.js
{% if "background" in plugins and "config" in plugins["background"] and "files" in plugins["background"]["config"] %}\ {% for bg_file in plugins["background"]["config"]["files"] %}\ {% if bg_file.startswith('http://') or bg_file.startswith('https://') %}\ src: ${bg_file}
{% end %} {% if not bg_file.startswith('/') and not bg_file.startswith('http://') and not bg_file.startswith('https://') %}\ src: src/${bg_file}
{% end %} {% if bg_file.startswith('/') %}\ src: src${bg_file}
{% end %} {% end %} {% end %}