We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0af6d commit d35b17eCopy full SHA for d35b17e
Gruntfile.js
@@ -20,5 +20,5 @@ module.exports = function(grunt) {
20
21
grunt.loadNpmTasks('grunt-contrib-connect');
22
23
- return grunt.registerTask('default', [ "connect" ]);
24
-};
+ return grunt.registerTask('server', [ "connect" ]);
+};
0 commit comments