Added grunt to project for SASS and CoffeeScript files

This commit is contained in:
2022-11-19 13:58:35 -05:00
parent 5fb463598a
commit f4cf324280
4 changed files with 2989 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,5 +1,12 @@
# Composer dependencies
vendor/
# NPM dependencies (building CSS and JS)
node_modules/
# Compiled CSS and JS
public/css/
public/js/
# PHP CodeSniffer cache
.phpcs-cache