Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie0 committed Apr 28, 2017
1 parent 6df505f commit 1e22ba5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 24 deletions.
2 changes: 2 additions & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'core-js';

import 'core-js/client/shim';

import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
Expand Down
6 changes: 3 additions & 3 deletions www/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="Content-Security-Policy" content="default-src * data:; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'">
<meta http-equiv="Content-Security-Policy" content="default-src * data:; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; media-src *; connect-src ws://webapi.insanityradio.com wss://webapi.insanityradio.com">

<!-- The following EJS lines include the necessary CSS and JS
from Monaca (cordova.js/ loader.js) in production mode -->
Expand Down
40 changes: 23 additions & 17 deletions www/polyfills.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions www/vendor.js

Large diffs are not rendered by default.

0 comments on commit 1e22ba5

Please sign in to comment.