Configured Grunt tasks to compile SCSS (including a handy watch task), as well as some PostCSS tasks that can be used to optimize the final CSS output.
I also added a .gitignore file to keep the /node_modules/ and /.sass-cache/ directories out of the git repository.
I'm glad that you're pulling us in this direction. I'm going to merge this PR and then modify it a bunch, but the credit definitely goes to you for getting the ball rolling.
Configured Grunt tasks to compile SCSS (including a handy watch task), as well as some PostCSS tasks that can be used to optimize the final CSS output.
I also added a .gitignore file to keep the /node_modules/ and /.sass-cache/ directories out of the git repository.