Files
chinese-copywriting-guidelines/Gruntfile.coffee
2014-07-01 19:01:37 +08:00

15 lines
330 B
CoffeeScript

"use strict"
module.exports = (grunt) ->
# Load all grunt tasks
require("matchdep").filterDev("grunt-*").forEach grunt.loadNpmTasks
# Project configurations
grunt.initConfig
config:
pkg: grunt.file.readJSON("package.json")
grunt.registerTask "default", "Default task aka. build task", [
"changelog"
]