mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-23 17:00:10 +00:00
chore: retire Grunt build task
This commit is contained in:
parent
1c03b579b6
commit
c7a271a794
11
Gruntfile.js
11
Gruntfile.js
@ -35,18 +35,11 @@ module.exports = function (grunt) {
|
|||||||
// Use 'grunt test' for local testing
|
// Use 'grunt test' for local testing
|
||||||
grunt.registerTask('test', 'Test the HackMyResume application.',
|
grunt.registerTask('test', 'Test the HackMyResume application.',
|
||||||
function() {
|
function() {
|
||||||
grunt.task.run(['clean:test','build','eslint','simplemocha:all']);
|
grunt.task.run(['clean:test','eslint','simplemocha:all']);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
// Use 'grunt build' to build HMR
|
// Default task - nothing to do but test
|
||||||
grunt.registerTask('build', 'Build the HackMyResume application.',
|
|
||||||
function() {
|
|
||||||
grunt.task.run( ['eslint'] );
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
// Default task does everything
|
|
||||||
grunt.registerTask('default', [ 'test' ]);
|
grunt.registerTask('default', [ 'test' ]);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user