Added Grunt for compiling CSS/JS; added start of Result controller

This commit is contained in:
2022-11-25 16:30:22 -05:00
parent ade48ccb2f
commit 323152a8f5
14 changed files with 3425 additions and 2 deletions

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

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