https://github.com/tmeasday/meteor-page-js-ie-support
https://github.com/tmeasday/meteor-page-js-ie-support
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/meteor-page-js-ie-support
- Owner: tmeasday
- Created: 2013-01-30T06:30:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T00:59:26.000Z (over 12 years ago)
- Last Synced: 2025-03-30T05:41:19.693Z (6 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
A wrapper around my ie-supporting fork of [page.js](http://visionmedia.github.com/page.js/).
Either use it as you normally would; or if you want IE8+ support, put the following in your smart.json:
```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
```json
"packages": {
"HTML5-History-API": {},
"router": {
"git": "https://github.com/tmeasday/meteor-router.git",
"branch": "ie-support"
}
}
```