Archive for November, 2012

Building heterogeneous TypeScript libraries

November 20, 2012

Updated: 2014-09-01
Published: 2012-09-21

A 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.

(more…)

Bash completion for Grunt files

November 10, 2012

Published: 2012-09-11

I modified my cake bash completion script for Grunt.

All you need to do is add this completion function and command to your ~/.bashrc file:

(more…)