3-add-gruntjs #9

Merged
gballan merged 4 commits from 3-add-gruntjs into main 2024-05-31 09:00:18 -04:00
Showing only changes of commit 6953783cb3 - Show all commits

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'