rockandrollwithemberjs / rarwe-issues

Errata and updates for the Rock and Roll with Ember.js book
https://rockandrollwithemberjs.com
43 stars 4 forks source link

Broccoli link is broken #548

Open filipalacerda opened 1 month ago

filipalacerda commented 1 month ago

Please make sure you're reporting an error about the latest book version.

You can find that by comparing the date of the latest release here with the timestamp in the Preface of the book ("You are reading version YYYYMMDD of this book.").

Describe the error The link to Broccoli is broken

A tool called Broccoli is responsible for bundling our assets, and its configuration is found in ember-cli- build.js. There are two ways to tell Broccoli to include the Tailwind assets in our application.

It's linking to http://broccolijs.com/ which does not exist. It should link to https://github.com/broccolijs/broccoli Page number 26 The output of ember -v in the project

This is only relevant for code-related errors, feel free to delete the section otherwise (for example, for typos)

Additional context

Only if necessary, feel free to delete this section otherwise.

Most importantly, thank you for taking the time to help me improve the book!

balinterdi commented 1 month ago

Thank you, this will be fixed in the next release.