icholy / ember-brunch

80 stars 23 forks source link

Cannot find module "templates/application" in empty skeleton #23

Open jeremysolarz opened 11 years ago

jeremysolarz commented 11 years ago

When I checkout the empty skeleton branch

git clone git://github.com/icholy/ember-brunch.git -b empty
brunch new myapp -s ./ember-brunch/

And start the server

brunch watch --server

then visit

localhost:3333

I get the error message

Cannot find module "templates/application"

Any idea where this is comming from?

jeremysolarz commented 11 years ago

ok found the solution, running under windows

had to do with this issue...

https://github.com/icholy/ember-handlebars-brunch/issues/7

icholy commented 11 years ago

newer version of ember + handlebars broke a few things. I haven't had the time to sit down & iron out the bugs.