Added Grunt.js config to project for SASS stylesheets and CoffeeScript

This commit is contained in:
2022-12-10 14:56:09 -05:00
parent bdc316ba9e
commit e611f6e26a
10 changed files with 3007 additions and 0 deletions

View File

@ -0,0 +1,3 @@
$(document).ready(->
console.log('JS is ready')
)