mirror of
https://github.com/sparanoid/chinese-copywriting-guidelines.git
synced 2026-04-05 20:51:24 +08:00
feat(build): add change log support
This commit is contained in:
14
Gruntfile.coffee
Normal file
14
Gruntfile.coffee
Normal file
@@ -0,0 +1,14 @@
|
||||
"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"
|
||||
]
|
||||
Reference in New Issue
Block a user