Skip to content

tmeasday/meteor-page-js-ie-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A wrapper around my ie-supporting fork of page.js.

Either use it as you normally would; or if you want IE8+ support, put the following in your smart.json:

"packages": {
  "HTML5-History-API": {},
  "page-js-ie-support": {}
}

Note for users of the Router: As of this writing, this version is included from the the ie-support branch, so use like so

"packages": {
  "HTML5-History-API": {},
  "router": {
    "git": "https://github.com/tmeasday/meteor-router.git",
    "branch": "ie-support"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published