Skip to content

Commit f469220

Browse files
author
Jelte Lagendijk
committed
Fix Gulpfile, removing localhost only
1 parent 6f19f47 commit f469220

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gulp/_Gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ gulp.task('watch:browsersync-sass', function () {
7777
gulp.task('dev', ['browsersync-sass', 'watch:browsersync-sass'], function () {
7878
browserSync.init({
7979
proxy: proxyAddress,
80-
online: false,
81-
localOnly: true
80+
online: false
8281
});
8382
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ux-theming",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Make theming easier, using Grunt or Gulp",
55
"scripts": {
66
"build": "node make",

0 commit comments

Comments
 (0)