plugin.tx_hive_thm_bs {
    settings {
        production {
            includePath {
                public = {$plugin.tx_hive_thm_bs.settings.production.includePath.public}
                private = {$plugin.tx_hive_thm_bs.settings.production.includePath.private}
                frontend {
                    public = {$plugin.tx_hive_thm_bs.settings.production.includePath.frontend.public}
                }
            }
        }
    }
}

[globalVar = LIT:1 > {$plugin.tx_hive_cfg_typoscript.settings.gulp}]
    page {
        includeJSFooterlibs  {
            tx_hive_thm_bs_tether_js = {$plugin.tx_hive_thm_bs.settings.production.includePath.frontend.public}Assets/Js/tether.min.js
            tx_hive_thm_bs_tether_js.async = 1
            tx_hive_thm_bs_js = {$plugin.tx_hive_thm_bs.settings.production.includePath.frontend.public}Assets/Js/bootstrap.min.js
            tx_hive_thm_bs_js.async = 1
            tx_hive_thm_bs_js_use = {$plugin.tx_hive_thm_bs.settings.production.includePath.frontend.public}Assets/Js/use_bootstrap.min.js
            tx_hive_thm_bs_js_use.async = 1
        }
    }
[global]


