https://github.com/jasonmit/ember-fastboot-rooturl-patch
https://github.com/jasonmit/ember-fastboot-rooturl-patch
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonmit/ember-fastboot-rooturl-patch
- Owner: jasonmit
- License: mit
- Created: 2016-05-18T05:40:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T04:13:57.000Z (about 9 years ago)
- Last Synced: 2025-02-10T04:44:15.265Z (11 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DEPRECATED
This is no longer needed. Official patch has since been merged into ember.js.
# Ember-fastboot-rooturl-patch
Temporary patch to work around rootURL being broken in FastBoot.
Track the patch, https://github.com/emberjs/ember.js/issues/13464 for when to remove from your project.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).