Skip to content

Commit 9ba1ab5

Browse files
author
Eleni Rundle
committed
Merge pull request #132 from dtaylor113/devChanges
Dev changes to allow outside access to dev urls
2 parents b8ae6e0 + dbb0f0c commit 9ba1ab5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = function (grunt) {
4343
connect: {
4444
docs: {
4545
options: {
46+
hostname: '0.0.0.0',
4647
base: 'dist/docs',
4748
livereload: true,
4849
open: true
@@ -216,7 +217,7 @@ module.exports = function (grunt) {
216217
files: ['Gruntfile.js', 'src/**/*.js', 'src/**/*.html', 'styles/**/*.css'],
217218
tasks: ['build'],
218219
options: {
219-
livereload: true
220+
livereload: 35722
220221
}
221222
}
222223
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"grunt-contrib-jshint": "0.7.0",
1919
"grunt-contrib-uglify": "0.2.5",
2020
"grunt-contrib-watch": "0.5.3",
21-
"grunt-eslint": "^17.1.0",
21+
"grunt-eslint": "~17.1.0",
2222
"grunt-htmlhint": "0.4.1",
2323
"grunt-karma": "0.8.3",
2424
"grunt-ng-annotate": "^1.0.1",

0 commit comments

Comments
 (0)