diff --git a/gulpfile.js b/gulpfile.js
index 5f47739..515d254 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -20,14 +20,16 @@ const allTags = ['src/tags/*.tag', 'src/tags/dialogs/*.tag'];
const allScripts = [
'src/scripts/http.js',
- 'src/scripts/script.js'
+ 'src/scripts/script.js',
+ 'src/scripts/utils.js'
];
const staticTags = ['src/tags/*.tag'];
const staticScripts = [
'src/scripts/http.js',
- 'src/scripts/static.js'
+ 'src/scripts/static.js',
+ 'src/scripts/utils.js'
];
function html() {
diff --git a/src/index.html b/src/index.html
index 612ca95..d1549a0 100644
--- a/src/index.html
+++ b/src/index.html
@@ -61,6 +61,7 @@
+