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 4de4e6e commit 9373141Copy full SHA for 9373141
Gruntfile.js
@@ -15,7 +15,11 @@ module.exports = function(grunt) {
15
main: {
16
files: ['src/**/*.js'],
17
tasks: ['requirejs'],
18
- options: { livereload: true }
+ options: {
19
+ livereload: {
20
+ port: 35728
21
+ }
22
+ },
23
}
24
},
25
requirejs: {
@@ -144,6 +148,7 @@ module.exports = function(grunt) {
144
148
server: {
145
149
options: {
146
150
port: 8000,
151
+ livereload: 35727,
147
152
hostname: '*'
153
154
0 commit comments