Skip to content

Commit 54b4d41

Browse files
committed
Change port used for Grunt server
1 parent 61a8510 commit 54b4d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
1919
files: ['grunt.js', 'test/**/*.js', 'src/**/*.js']
2020
},
2121
server: {
22-
port: 9095
22+
port: 8080
2323
},
2424
qunit: {
2525
urls: ['1.4.3', '1.9.0', '2.0.0b1'].map(function(version) {

0 commit comments

Comments
 (0)