progress on adding version string to some css

This commit is contained in:
ansuz
2017-03-29 12:55:36 +02:00
parent 4d5baa717d
commit ed89a13fe6
2 changed files with 12 additions and 0 deletions

View File

@@ -3,4 +3,6 @@ define([], function () {
// fix up locations so that relative urls work.
require.config({ baseUrl: window.location.pathname });
require([document.querySelector('script[data-bootload]').getAttribute('data-bootload')]);
require(['/common/rewrite-css.js']);
});