diff --git a/functions.php b/functions.php
index 5615ba9..8e04d5b 100644
--- a/functions.php
+++ b/functions.php
@@ -3,7 +3,7 @@
/**
* Custom functions / External files
*/
-require_once 'includes/funcitons.php';
+require_once 'includes/functions.php';
/**
* Add support for useful stuff
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 432128e..943ab67 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -103,7 +103,7 @@ gulp.task('scripts', ['clean-scripts'], () => {
format: 'iife',
moduleName: 'BarebonesBundle',
sourceMap: !production,
- dest: `${config.public}/js/scripts.min.js`,
+ dest: `${config.public}/js/script.min.js`,
});
}).catch(err => log(err.stack));
});
diff --git a/header.php b/header.php
index 6373691..5510866 100755
--- a/header.php
+++ b/header.php
@@ -8,10 +8,12 @@
-
+