Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Improvements #1609

Merged
merged 16 commits into from
May 1, 2019
Prev Previous commit
Merge branch 'master' into order
  • Loading branch information
CompuIves committed May 1, 2019
commit 545e454b1971819251943f1fcb3fffc7bf690eff
9 changes: 5 additions & 4 deletions packages/app/src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script>
WebFont.load({
google: {
families: ['Source Code Pro:500', 'Roboto:300,400,500,700', 'Poppins:300,400,600,700', 'Open Sans:400']
families: ['Source Code Pro:500', 'Roboto:300,400,500,700', 'Poppins:300,400,500,600,700', 'Open Sans:400']
}
});
</script>
Expand All @@ -51,7 +51,8 @@
<!-- <script async src="//cdn.headwayapp.co/widget.js"></script> -->
<script async rel="prefetch" src="https://js.stripe.com/v3/"></script>
<script src="<%= webpackConfig.output.publicPath %>static/browserfs3/browserfs<%=process.env.NODE_ENV
=== 'development' ? '' : '.min'%>.js" type="text/javascript"></script>
=== 'development' ? '' : '.min'%>.js"
type="text/javascript"></script>

<script>
if (BrowserFS) {
Expand All @@ -69,9 +70,9 @@
}
</script>

<link data-name="/public/vscode20/vs/editor/editor.main" rel="preload" as="style" href="/public/vscode20/vs/editor/codesandbox.editor.main.css">
<link data-name="/public/vscode21/vs/editor/editor.main" rel="preload" as="style" href="/public/vscode21/vs/editor/codesandbox.editor.main.css">
</link>
<link rel="preload" as="script" href="/public/vscode20/vs/editor/codesandbox.editor.main.js">
<link rel="preload" as="script" href="/public/vscode21/vs/editor/codesandbox.editor.main.js">
</link>
</head>

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.