Fix jspm deps, ignore .gz files

This commit is contained in:
Jonathan Cremin 2015-06-15 23:14:02 +01:00
parent 0650e6b3b8
commit 4c6ab78b53
4 changed files with 9 additions and 158 deletions

View file

@ -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);