From: Laury GvR Date: Fri, 16 Jan 2015 17:18:00 +0000 (-0500) Subject: Attempt to fix javascript load errors X-Git-Tag: v1.0.1~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a610e7b2cbe22c7c7658aeeb33f81285452cb32e;p=WP-Themes%2FChippewaCounty.git Attempt to fix javascript load errors --- 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 @@
-