Skip to content

Instantly share code, notes, and snippets.

View dwarcher's full-sized avatar

David Wallin dwarcher

View GitHub Profile
@dwarcher
dwarcher / _debugger.ejs
Created March 19, 2015 14:43
Dead simple way to debug print in HARP.js
<script>
console.log("--- HARP Debugger --");
console.log(<%- JSON.stringify(inspect) %>);
// Just check your console in chrome to see and inspect the variable.
</script>