You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya heya, I'm getting an infinite loop in Ember-Cli-Rails when building the app, and I've tracked it down to the outputReady hook in this addon not firing. Don't have any hypotheses, at the moment. Here is the output log, if it helps.
Future versions of Ember CLI will not support v0.10.25. Please update to Node 0.12 or io.js.
version: 1.13.8
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
BuildingBuilding.Building..Building...BuildingBuilding...
Build successful - 1976ms.
Slowest Trees | Total
----------------------------------------------+---------------------
ES6: App Tree | 530ms
TemplateCompiler | 275ms
TemplateCompiler | 244ms
CoffeeScriptFilter | 240ms
Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
TemplateCompiler (3) | 537ms (179 ms)
ES6: App Tree (1) | 530ms
CoffeeScriptFilter (2) | 241ms (120 ms)
The text was updated successfully, but these errors were encountered:
Yes, thank you, @rwjblue, you are correct! Looks like outputReady was added in 1.13.12. Another possible solution could be changing this addon to depend on that version at minimum.
Heya heya, I'm getting an infinite loop in Ember-Cli-Rails when building the app, and I've tracked it down to the outputReady hook in this addon not firing. Don't have any hypotheses, at the moment. Here is the output log, if it helps.
The text was updated successfully, but these errors were encountered: