ember-cli-staticboot icon indicating copy to clipboard operation
ember-cli-staticboot copied to clipboard

Results 10 ember-cli-staticboot issues
Sort by recently updated
recently updated
newest added

ember new myproject cd myproject ember install ember-cli-staticboot ember s ... Error: Assertion Failed: The initializer 'ajax-service' has already been registered

Do we just need to update fastboot to latest here or is this going to be incompatible with newer fastboot? Stack trace: ``` TypeError: Cannot read property 'options' of undefined...

The Ember CLI dependency is currently at 2.9.x

Doesn't work anymore with the ember-cli update to version 2.13.0

If possible, staticboot should grab the paths from routes defined in the router and crawl those, removing the need to duplicate them in the config.

Hi! One of the primary uses of `ember-cli-staticboot` is to host a static webapp on GitHub Pages. But the fact that `ember-cli-staticboot` builds into the `dist/staticboot/` folder prevents `ember-cli-deploy` from...

When running `ember serve` staticboot content should be shown rather than standard index.html

enhancement

The array of `paths` is an ideal source to generate a sitemap.

It seems that setting a custom `destDir` in an applications `ember-cli-build.js` file causes the `ember staticboot` command to start returning 404 errors. I've tracked the issue down to the `staticboot-server`...

Currently StaticBoot can fail silently and render html files with an empty body. This could be because FastBoot is swallowing errors due to the fact we always pass true as...