From a610e7b2cbe22c7c7658aeeb33f81285452cb32e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 16 Jan 2015 12:18:00 -0500 Subject: [PATCH] Attempt to fix javascript load errors --- Gruntfile.js | 4 +++- header.php | 2 +- js/{ => custom}/pageSetup.js | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename js/{ => custom}/pageSetup.js (100%) diff --git a/Gruntfile.js b/Gruntfile.js index 6055dd4..48c481d 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,7 @@ module.exports = function(grunt) { src: [ 'js/dollarsign.js', 'js/foundation/js/foundation.min.js', - 'js/custom/*.js' + 'js/custom/*.js', ], dest: 'js/app.js' @@ -82,3 +82,5 @@ module.exports = function(grunt) { grunt.registerTask('runwatch', ['sass','uglify', 'concat']); grunt.registerTask('default', ['runwatch','watch']); } + +} \ No newline at end of file diff --git a/header.php b/header.php index 37985ed..fc4ccc7 100755 --- a/header.php +++ b/header.php @@ -11,7 +11,7 @@
-