Fix jspm deps, ignore .gz files
This commit is contained in:
parent
0650e6b3b8
commit
4c6ab78b53
4 changed files with 9 additions and 158 deletions
|
@ -33,7 +33,7 @@ let routes = (
|
|||
);
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
console.info('Time since page started rendering: ' + (Date.now() - timerStart) + 'ms');
|
||||
console.info('Time since page started rendering: ' + (Date.now() - timerStart) + 'ms'); // eslint-disable-line no-undef
|
||||
Router.run(routes, Router.HistoryLocation, function (Handler) {
|
||||
if (typeof window.recents !== 'undefined') {
|
||||
React.render(<Handler recents={window.recents} />, document);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue