From 004a2ddef6b7071c8a25abd4b3a1a733ac536283 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 3 Jun 2024 12:46:22 -0400 Subject: [PATCH] Switched javascript to CoffeeScript --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 54cc50b..0e0d619 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,7 @@ module.exports = function(grunt) { }, coffee: { files: ['assets/scripts/**/*.coffee'], - tasks: ['uglify'], + tasks: ['coffee'], options: { atBegin: true, spawn: false