From d9ef0653f7090ac865b07f403d4f57a758303dcd Mon Sep 17 00:00:00 2001 From: CalvinNordstrom <43248700+CalvinNordstrom@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:47:44 -0400 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 67b0430e8..dee2e27d6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -110,3 +110,4 @@ module.exports = function(grunt) { grunt.registerTask('default', ['sass', 'cssmin', 'jshint', 'jscs', 'copy', 'uglify']); grunt.registerTask('e2e-test', ['connect', 'protractor_webdriver', 'protractor']); }; +// cool java script