Blog Posts
41 posts, page 3 of 9
-
Building heterogeneous TypeScript libraries
Nov 21, 2012A technique for compiling one or more TypeScript source files to a single JavaScript library file that can be used in both the browser and by Node.js applications.
-
Bash completion for Grunt files
Nov 11, 2012I modified my cake bash completion script for Grunt.
-
Reclaiming the Windows 8 Desktop
Oct 27, 2012 -
Blogger Backend for AsciiDoc
Sep 11, 2012The AsciiDoc backend plugin for Google’s Blogger blog hosting service is hosted on Github, it generates Blogger friendly HTML markup from AsciiDoc source.
-
Bash completion for Jake files
Jun 18, 2012To implement bash(1) tab completion for Jakefile task names all you need to do is add this completion function and command to your
~/.bashrc
file: