Added Grunt to compile SASS and JS files; added navbar

This commit is contained in:
2023-09-20 19:15:29 -06:00
parent 9eaa42dacc
commit 6960c9f884
8 changed files with 1716 additions and 3 deletions

3
assets/js/bedabin.js Normal file
View File

@ -0,0 +1,3 @@
$(document).ready(function() {
console.log("ready");
});