mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-23 08:50:11 +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
|
||||
grunt.registerTask('test', 'Test the HackMyResume application.',
|
||||
function() {
|
||||
grunt.task.run(['clean:test','build','eslint','simplemocha:all']);
|
||||
grunt.task.run(['clean:test','eslint','simplemocha:all']);
|
||||
}
|
||||
);
|
||||
|
||||
// Use 'grunt build' to build HMR
|
||||
grunt.registerTask('build', 'Build the HackMyResume application.',
|
||||
function() {
|
||||
grunt.task.run( ['eslint'] );
|
||||
}
|
||||
);
|
||||
|
||||
// Default task does everything
|
||||
// Default task - nothing to do but test
|
||||
grunt.registerTask('default', [ 'test' ]);
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user