Skip to content

Commit d35b17e

Browse files
renamed server task
1 parent 0b0af6d commit d35b17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ module.exports = function(grunt) {
2020

2121
grunt.loadNpmTasks('grunt-contrib-connect');
2222

23-
return grunt.registerTask('default', [ "connect" ]);
24-
};
23+
return grunt.registerTask('server', [ "connect" ]);
24+
};

0 commit comments

Comments
 (0)