From d17b66920a4300a21b5b8664b4f63419d00d20f2 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 18 Jun 2025 16:44:10 -0400 Subject: [PATCH] Fixed typo in watch task for CoffeeScript files --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index be0ed86..c3bffb7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,7 +44,7 @@ module.exports = function(grunt) { } }, js: { - files: ['assets/scripts/**/*.js'], + files: ['assets/scripts/**/*.coffee'], tasks: ['coffee'], options: { atBegin: true,