Skip to content

Commit

Permalink
refactor: change anchor subparser name to link
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Sep 23, 2018
1 parent 61aca9a commit 798bbe6
Show file tree
Hide file tree
Showing 9 changed files with 184 additions and 173 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ module.exports = function (grunt) {
grunt.registerTask('test-unit', ['concat:test', 'simplemocha:unit', 'clean']);
grunt.registerTask('performance', ['concat:test', 'performancejs', 'clean']);
grunt.registerTask('build', ['test', 'concat:dist', 'uglify', 'endline']);
grunt.registerTask('build-without-test', ['concat:dist', 'uglify', 'endline']);
grunt.registerTask('prep-release', ['build', 'generate-changelog']);

// Default task(s).
Expand Down
Loading

0 comments on commit 798bbe6

Please sign in to comment.