1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-04 17:31:04 +01:00

Rename to HMR.

This commit is contained in:
hacksalot
2015-12-19 12:37:42 -05:00
parent 786b3fd3b2
commit 80c6bb6e8b
14 changed files with 95 additions and 97 deletions

View File

@ -50,9 +50,9 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.registerTask('test', 'Test the FluentCV library.',
grunt.registerTask('test', 'Test the HackMyResume library.',
function( config ) { grunt.task.run( ['clean','simplemocha:all'] ); });
grunt.registerTask('document', 'Generate FluentCV library documentation.',
grunt.registerTask('document', 'Generate HackMyResume library documentation.',
function( config ) { grunt.task.run( ['yuidoc'] ); });
grunt.registerTask('default', [ 'jshint', 'test', 'yuidoc' ]);