Skip to content

Instantly share code, notes, and snippets.

@CatChen
Created August 24, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CatChen/e2ad53a2050b76e3d15fc5f33ea37ecc to your computer and use it in GitHub Desktop.
Save CatChen/e2ad53a2050b76e3d15fc5f33ea37ecc to your computer and use it in GitHub Desktop.
Jade debug partial for printing out any compile time data
// Usage:
// != partial('debug', { data: anything })
if environment !== 'production'
script
| console.log(!{JSON.stringify(data)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment