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 latest bleeding edge version of Ubuntu will allow to use the most up to date bourbon/compass/sass node packages. You will almost certainly want to use a local node install, either through a tool such as nodeenv [2] which re-uses your existing virtualenv, or manually patch your .bashrc to use a locally installed node binary [3]. It's also worth mentioning that although django-pipeline is quite awesome, it can also be quite limited. One last thing, check out Bourbon Neat [4]. Hope this helps Cal [1] https://github.com/thoughtbot/bourbon/tree/master/dist [2] https://github.com/ekalinin/nodeenv [3] https://github.com/creationix/nvm [4] http://neat.bourbon.io/ On Thu, May 22, 2014 at 7:29 AM, Willy <willy123...@gmail.com> wrote: > 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'; > @import 'compass'; > @import 'breakpoint'; > > and it will fail showing this error. > https://gist.github.com/28e617581fa198a8690d > > Has anyone setup a Django project that's been able to properly import Sass > libraries and if so how would you best do that? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/a7fa8151-f216-4e2c-9b23-2f5628a63e8a%40googlegroups.com<https://groups.google.com/d/msgid/django-users/a7fa8151-f216-4e2c-9b23-2f5628a63e8a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHKQagEEVrjW9VQ1%2B0QT5PYu7ksm9%3DUUuGkQ_bE7YkVdgjsYkg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.