diff --git a/gulpfile.js b/gulpfile.js index f77692b..17fac76 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,9 +18,7 @@ var banner = ['/*!\n', ].join(''); // Default task -gulp.task('default', function() { - // default tasks here -}); +gulp.task('default', ['less', 'minify-css', 'minify-js', 'copy']); // Less task to compile the less files and add the banner gulp.task('less', function() { @@ -101,7 +99,4 @@ gulp.task('dev', ['browserSync', 'less', 'minify-css', 'minify-js'], function() // Reloads the browser whenever HTML or JS files change gulp.watch('*.html', browserSync.reload); gulp.watch('js/**/*.js', browserSync.reload); -}); - -// Build Task -gulp.task('build', ['less', 'minify-css', 'minify-js', 'copy']); \ No newline at end of file +}); \ No newline at end of file diff --git a/index.html b/index.html index 9532a8a..0753dbe 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,6 @@ - - - @@ -24,6 +21,9 @@ + + + @@ -394,7 +393,7 @@ - +
diff --git a/js/contact_me.js b/js/contact_me.js index 10bb202..c3d8ecc 100644 --- a/js/contact_me.js +++ b/js/contact_me.js @@ -52,7 +52,7 @@ $(function() { //clear all fields $('#contactForm').trigger("reset"); }, - }) + }); }, filter: function() { return $(this).is(":visible");