UNPKG

dust-compiler

Version:

Dust.js template watcher/compiler with support for notifications on OS X, Linux, and even Windows

9 lines (6 loc) 204 B
#!/usr/bin/env node /** * this is a wrapper around the node app to allow it to be executed like a * shell script and keep the shebang from blowing things up. */ require('./lib/dust-compiler.js');