[Issue #3] - Fixed small typo in Gruntfile

This commit is contained in:
Gregory Ballantine 2024-05-31 08:55:19 -04:00
parent fc07d48251
commit 6953783cb3

View File

@ -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'