Skip to content

Instantly share code, notes, and snippets.

@joliss
Created April 11, 2014 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joliss/15630762fa0f43976418 to your computer and use it in GitHub Desktop.
Save joliss/15630762fa0f43976418 to your computer and use it in GitHub Desktop.

To upgrade to Broccoli 0.9.0:

In Brocfile.js, turn this

module.exports = function (broccoli) {
  ...
  return someTree;
};

into this

...
module.exports = someTree;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment