module.exports = function(path) {
    return window.STATIC_RESOURCE_PATH + path;
};