Fixed minor bugs, updated gulp script.

This commit is contained in:
Tobias Blum
2017-02-05 15:27:16 +01:00
parent c83a560d30
commit 526872e8ff
7 changed files with 76 additions and 81 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ gulp.task('watch', function() {
gulp.task('upload', ['html'], function() {
var url = 'http://192.168.0.24/edit';
var url = 'http://192.168.0.40/edit';
var options = {
url: url,
headers: {