Greatly simplified all of the logic; moved the JS to a separate file

This commit is contained in:
Sumner Evans 2020-04-16 15:49:09 -06:00
parent a18c421354
commit 582adec6a4
No known key found for this signature in database
GPG key ID: 8904527AB50022FD
11 changed files with 105 additions and 121 deletions

View file

@ -28,6 +28,7 @@
"gulp": "^4.0.1",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^3.5.0",
"gulp-rename": "^1.3.0"
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.2"
}
}