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

6
.gitignore vendored
View File

@ -56,3 +56,9 @@ build-iPhoneSimulator/
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
# .rubocop-https?--*
# Ignore Grunt.js dependencies
node_modules/
# Ignore compiled CSS and JS
public/css/
public/js/