Home Reference Source Repository

js/site/config.js

define(['jquery'], function($) {
    return {
        static_root: $('link[rel="static-root"]').attr('href')
    };
});