我希望能够捕获和检查正在由Assemble.io中的把手解析的所有Objects
。理想情况下,是在Google Chrome开发者工具中,就像我将检查其他任何JavaScript一样。有任何想法吗?
最佳答案
您可以在构建时使用Assemble's logging helpers将对象转储到控制台。这将在服务器上发生,并且不会报告给Chrome Dev Tools。
<!-- Dump entire 'this' context -->
{{debug}}
<!-- Log string -->
{{log "hello, logging"}}