Skip to content

Migration from 0.14.0 to 0.14.1

Herbert Vojčík edited this page Jan 8, 2015 · 2 revisions

Between 0.14.0 and 0.14.1, the core was slimmed by extracting Examples, Benchfib and IDE packages into amber-attic repo.

So, if you want to have legacy IDE still loaded during developlment, do this:

bower install amber-attic --save-dev

and add a line

amber-attic/IDE

in your devel.js. Then just run grunt devel and things work again (newly-created project includes these changes already).

In case you don't want to have legacy IDE loaded at all, just leave things as they are (Legacy IDE button will fail).

Clone this wiki locally