Added Grunt to support asset pipelines and pre-processors; added SASS, Twig, and CoffeeScript to create the app

This commit is contained in:
2022-05-21 20:44:38 -04:00
parent 88c00043b7
commit 866754cf3f
15 changed files with 3056 additions and 103 deletions

8
.gitignore vendored
View File

@ -1 +1,9 @@
# Node.js modules
node_modules
# Generated HTML, CSS and JS files
public/
# SASS cache files
.sass-cache/