Skip to content

Instantly share code, notes, and snippets.

@felixranesberger
Created June 22, 2022 13:58
Show Gist options
  • Save felixranesberger/f1be9b183131115a80b1ca29a4141e04 to your computer and use it in GitHub Desktop.
Save felixranesberger/f1be9b183131115a80b1ca29a4141e04 to your computer and use it in GitHub Desktop.
Browser-Sync F is not a function
<body>
<!-- (Injected browser-sync-client code => No async loading anymore -->
<script src="/browser-sync/browser-sync-client.js?v=2.27.10"></script>
<!-- Requirejs should be loaded at the bottom of the body-->
<script data-main="JavaScripts/main" src="JavaScripts/Vendor/require.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment