decouple this: <script src="//host/path??a.js,b.js"></script> to: <script src="//host/path.a.js"></script> <script src="//host/path.b.js"></script> for development.