assemble / assemble-workshop

Recipes how to use assemble (v0.12.0+)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests Fail

avr opened this issue · comments

Thanks for making this repo!

I'm trying to get caught up on the changes with Assemble - but can't seem to get anything working correctly (both here and with different local versions).

When I run npm install -d && npm test I end up with assemble is not a function.

I'm assuming this is because the version of Assemble is still older than some of the more recent updates.

Yeah, same happens to me.
Currently to get rid of that behavior I clone assemble and do an npm link and then reference the cloned repo with npm link assemble.

Regards
Stefan

Hopefully this is fixed with the 0.7.0 release. I'll check in a few

confirmed. I just ran the tests, all pass atm

Yep, all are passing, although not all of them make sense, yet ;-)

Closing since problem seems to be solved with the assemble#0.7.0 ...