An open API service indexing awesome lists of open source software.

https://github.com/jasonmit/ember-fastboot-rooturl-patch


https://github.com/jasonmit/ember-fastboot-rooturl-patch

Last synced: 9 months ago
JSON representation

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/).