Update depcache

This commit is contained in:
Jonathan Cremin 2015-08-21 00:10:58 +01:00
parent 9865441a56
commit 7de374e00b
2 changed files with 855 additions and 899 deletions

View file

@ -14,7 +14,6 @@ const App = React.createClass({
<body className='home'>
<RouteHandler {...this.props} />
<GAInitiailizer />
<script src='/jspm_packages/system-polyfills.src.js'></script>
<script src='/jspm_packages/system.src.js'></script>
<script src='/config.js'></script>
<script dangerouslySetInnerHTML={{__html: 'System.import(\'views/app\');'}}></script>