Fixed typo in Grunt config to watch for the correct .coffee file type

This commit is contained in:
Gregory Ballantine 2025-06-23 17:56:51 -04:00
parent e9a4d85c1d
commit a83f7e3b0b

View File

@ -44,7 +44,7 @@ module.exports = function(grunt) {
} }
}, },
js: { js: {
files: ['assets/scripts/**/*.js'], files: ['assets/scripts/**/*.coffee'],
tasks: ['coffee'], tasks: ['coffee'],
options: { options: {
atBegin: true, atBegin: true,