Open themrkevin opened 9 years ago
If you do the bower install you don't need compass. It's just the gem that will load compass as a dependency
What about if you do not use bower? is anybody able to give a full explanation as to how to start using it without compass?
I'd suggest just downloading the code from github into your local repo and and them importing _jacket.scss into the top of your sass files. In essence all bower is doing is downloading the code for you. (Except you'll lose versioning in your project for different versions of jacket, but given it's only 1 file you'll need to update it's worth it to avoid all of compass).
The documentation states: "Until Sass 3.3 is released Jacket requires Compass."
We're up to Sass 3.4 and it looks like jacket still requires Compass. I'd love to remove Compass from my stack.