Migrate from hasher.js to history.js to support HTML5-style navigation. Also clean up the HMR support.

This commit is contained in:
SteveSandersonMS
2016-03-08 15:56:43 +00:00
parent bbdbb449d5
commit 515c659a47
14 changed files with 390 additions and 190 deletions

View File

@@ -1,7 +1,8 @@
/// <reference path="crossroads/crossroads.d.ts" />
/// <reference path="hasher/hasher.d.ts" />
/// <reference path="js-signals/js-signals.d.ts" />
/// <reference path="es6-promise/es6-promise.d.ts" />
/// <reference path="knockout/knockout.d.ts" />
/// <reference path="requirejs/require.d.ts" />
/// <reference path="whatwg-fetch/whatwg-fetch.d.ts" />
/// <reference path="es6-promise/es6-promise.d.ts" />
/// <reference path="history/history.d.ts" />
/// <reference path="react-router/history.d.ts" />
/// <reference path="crossroads/crossroads.d.ts" />
/// <reference path="js-signals/js-signals.d.ts" />