I use iTerm 2.
I use 15pt Menlo Regular for Powerline, available here.
Just a tiny gist to illustrate node shares required dependencies between different files that require the same module. Modifying underscore in the parent file modified it for the child files as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- show this div between 2:00 and 2:30 September 19 --> | |
<div class="time-based" data-start="September 19, 2013 14:00:00 CDT" data-end="September 19, 2013 14:30:00 CDT">Hello there!</div> | |
<script> | |
$( ".time-based" ).timeBased(); | |
</script> |
this is cool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Normal CSS Stuff*/ | |
html, body { font-size: 16px; } |
OlderNewer