Swapping out Grunt for Gulp

This commit is contained in:
2025-06-22 19:30:17 -04:00
parent 8cd47d7e70
commit 31b8404be1
4 changed files with 2201 additions and 921 deletions

View File

@ -4,7 +4,7 @@
"version": "0.1.0",
"main": "src/server.rb",
"scripts": {
"grunt": "grunt"
"gulp": "gulp"
},
"repository": {
"type": "git",
@ -18,11 +18,11 @@
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"sass": "^1.77.4"
"gulp": "^5.0.1",
"gulp-coffee": "^3.0.3",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.89.2"
}
}