Skip to content

Commit 11bc65f

Browse files
committed
Remove grunt-contrib-connect
1 parent 466d2d6 commit 11bc65f

File tree

3 files changed

+6
-1539
lines changed

3 files changed

+6
-1539
lines changed

Gruntfile.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,6 @@ module.exports = function(grunt) {
126126
tasks: ['concat:protos_concat']
127127
}
128128
},
129-
130-
connect: {
131-
server: {
132-
options: {
133-
base: '.',
134-
port: 9998
135-
}
136-
}
137-
},
138129
});
139130

140131
Object.keys(grunt.config.get('pkg').devDependencies).forEach(function(key) {
@@ -178,7 +169,7 @@ module.exports = function(grunt) {
178169
});
179170
});
180171

181-
grunt.registerTask('dev', ['connect', 'watch']);
172+
grunt.registerTask('dev', ['watch']);
182173
grunt.registerTask('default', ['concat']);
183174
grunt.registerTask('build', ['compile', 'concat']);
184175

0 commit comments

Comments
 (0)