Skip to content

Update README with new ember s instructions and build hooks.#399

Merged
kratiahuja merged 1 commit intoember-fastboot:masterfrom
kratiahuja:update-readme
May 23, 2017
Merged

Update README with new ember s instructions and build hooks.#399
kratiahuja merged 1 commit intoember-fastboot:masterfrom
kratiahuja:update-readme

Conversation

@kratiahuja
Copy link
Contributor

Preparing for FastBoot 1.0. ember fastboot is now marked as deprecated.

Fixes one issue listed in #396.

cc: @stefanpenner @tomdale

treeForVendor(defaultTree) {
var browserVendorLib = new Funnel(...);

browserVendorLib = map(browserVendorLib, (content) => `if (typeof FastBoot === 'undefined') { ${content} }`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we tell people to just send the files to a different outputFile and have that included as part of the fastboot manifest? or.. ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is for including the browser assets. FastBoot manifest is for the fastboot environment which works for the other usecase listed here: https://gist.github.com/kratiahuja/d22de0fb1660cf0ef58f07a6bcbf1a1c#using-processenvember_cli_fastboot-to-run-import-in-fastboot-build

@kratiahuja
Copy link
Contributor Author

@stefanpenner good to merge?

@kratiahuja
Copy link
Contributor Author

Merging this..

@kratiahuja kratiahuja merged commit 6bc1081 into ember-fastboot:master May 23, 2017
@kratiahuja kratiahuja deleted the update-readme branch May 23, 2017 00:15
If your app is running `ember-cli` 2.12.0-beta.1+ you can run as follows:

* `ember serve`
* Visit your app at `http://localhost:42000`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4200?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry it should be 4200. mind sending a PR?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants