Skip to content

Instantly share code, notes, and snippets.

View waifung0207's full-sized avatar

Michael Chan waifung0207

View GitHub Profile
@waifung0207
waifung0207 / Gruntfile.coffee
Created February 12, 2014 14:33
Gruntfile template (CoffeeScript) for general web development
module.exports = (grunt) ->
# Package
# =======
pkg = require './package.json'
# Variables
# =======
dir_js = 'js/'
dir_css = 'css/'