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
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
After running punch setup site; cd site; punch s, and going to http://localhost:9009 on the browser, I get a blank page which contains only a single div, without the header or the footer.
It seems that partials aren't being included.
When running the test suite with npm test against the current commit on the master branch (bc06971), there are 3 failures:
Failures:
1) get partials collects all partials in the given directory
Message:
Expected spy unknown to have been called with [ null, { partial1 : 'partial output', partial2 : 'partial output' }, Date(Tue Jul 17 2012 00:00:00 GMT-0300 (E. South America Standard Time)) ] but actual calls were [ null, { }, null ]
[...]
2) get partials traverse all parent directories looking for partials
Message:
Expected spy unknown to have been called with [ null, { partial1 : 'partial output', partial2 : 'partial output', partial3 : 'partial output' }, Date(Tue Jul 17 2012 00:00:00 GMT-0300 (E. South America Standard Time)) ] but actual calls were [ null, { }, null ]
[...]
3) get partials set the latest modified date of all partials as the last modified date
Message:
Expected spy unknown to have been called with [ null, { partial1 : 'partial output', partial2 : 'partial output' }, Date(Thu Jul 19 2012 00:00:00 GMT-0300 (E. South America Standard Time)) ] but actual calls were [ null, { }, null ]
The text was updated successfully, but these errors were encountered:
Tried to see what was up and after updating everything it started working. There might be some kind of dependency issue so you might need to delete npm cache and reinstall punch.
#84 fixes windows specs.
punch s is what's breaking things, I will take a look at it. For now you can delete output folder and do punch g, that will give you proper index page.
After running
punch setup site; cd site; punch s
, and going tohttp://localhost:9009
on the browser, I get a blank page which contains only a single div, without the header or the footer.It seems that partials aren't being included.
When running the test suite with
npm test
against the current commit on themaster
branch (bc06971), there are 3 failures:The text was updated successfully, but these errors were encountered: