Skip to content

Instantly share code, notes, and snippets.

gulp = require('gulp')
fs = require('fs');
path = require('path');
config = require('../config')
yellow = '\u001b[33m'
reset = '\u001b[0m'
gulp.task 'ls', ->
console.log(yellow + taskList().join(' ') + reset)