Stafford Brunk
Stafford Brunk
Would like to request enabling basic gzip settings/expire headers in the nginx config by default: ``` gzip on; gzip_static on; gzip_http_version 1.1; gzip_vary on; gzip_comp_level 6; gzip_disable “MSIE [1-6].(?!.*SV1)”; gzip_proxied...
Instead of relying on a `Vagrantfile` for chef-solo testing, I'd like to switch us over to [test-kitchen](http://kitchen.ci/). This combined with [serverspec](http://serverspec.org) tests should help keep us from regressing along with...
We need to tag whatever the SHA was for the v0.2.0 release. Also should probably tag releases in the future as well.
Make sure `node-sass` works
Flat-UI duplicates several mixins from core bootstrap. Since bootstrap-sass is already bringing these mixins in, we should try and remove said mixins.