From a5988e146a9c9c439d1863d5cfa5642a44e57818 Mon Sep 17 00:00:00 2001 From: Lukas Juhas Date: Tue, 6 Jun 2017 15:37:39 +0100 Subject: [PATCH] corrections --- functions.php | 2 +- gulpfile.babel.js | 2 +- header.php | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) 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 @@ - +