Switched javascript to CoffeeScript

This commit is contained in:
Gregory Ballantine
2024-06-03 12:44:13 -04:00
parent 4a4f694831
commit f473bdf9ab
4 changed files with 17 additions and 14 deletions

View File

@ -19,7 +19,7 @@
"dependencies": {
"grunt": "^1.5.3",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"sass": "^1.56.1"
}