Re: Using Sass and Sass Libraries with Django-Pipeline

2014-05-23 Thread Cal Leeming [Simplicity Media Ltd]
On Fri, May 23, 2014 at 5:25 AM, Wellington Cordeiro wrote: > Cal, > > I don't have it installed in my static folder, I have the gem installed > and I was under the impression that Sass could find the installed > libraries, which I guess I was mistaken. > > What would be

Re: Using Sass and Sass Libraries with Django-Pipeline

2014-05-22 Thread Wellington Cordeiro
Missed my link to Jeet which is at http://jeet.gs On Thursday, May 22, 2014 10:25:47 PM UTC-6, Wellington Cordeiro wrote: > > Cal, > > I don't have it installed in my static folder, I have the gem installed > and I was under the impression that Sass could find the installed > libraries, which I

Re: Using Sass and Sass Libraries with Django-Pipeline

2014-05-22 Thread Wellington Cordeiro
Cal, I don't have it installed in my static folder, I have the gem installed and I was under the impression that Sass could find the installed libraries, which I guess I was mistaken. What would be your recommended tool? Django-Pipeline or Compressor? Or maybe another? I was trying Compressor

Re: Using Sass and Sass Libraries with Django-Pipeline

2014-05-22 Thread Cal Leeming [Simplicity Media Ltd]
Hi Willy, Do you have Bourbon installed in your static folder? If not, you'll need to install the bourbon/compass/sass node packages (see below), or you can download a precompiled dist from the source of each, for example see [1]. If you go down the node packages route, be aware, not even the

Using Sass and Sass Libraries with Django-Pipeline

2014-05-22 Thread Willy
I'm trying to use Sass and Sass Libraries with Django-Pipeline but my @import directives always error out saying they can't find the libraries I have installed. Here is my settings file https://gist.github.com/43b0e4d5c93b943d9760 Then I have my scss file trying to do @import 'bourbon';