From 6953783cb3ef4210625554c287c5680847568bee Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 31 May 2024 08:55:19 -0400 Subject: [PATCH] [Issue #3] - Fixed small typo in Gruntfile --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5982e2b..be0ed86 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function(grunt) { files: { expand: true, flatten: true, - cwd: 'assets/coffee', + cwd: 'assets/scripts', src: ['*.coffee'], dest: 'public/js', ext: '.js'