MIGHTYminnow / mm-components

[WordPress] Custom components and functionality for WordPress.
3 stars 2 forks source link

Set up package.json and Gruntfile.js for SCSS/CSS task-running #39

Closed carrieforde closed 9 years ago

carrieforde commented 9 years ago

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.

BraadMartin commented 9 years ago

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.