Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Self Contained project?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
step  
View profile  
 More options Jul 26 2010, 2:41 pm
From: step <ste...@gmail.com>
Date: Mon, 26 Jul 2010 11:41:16 -0700 (PDT)
Local: Mon, Jul 26 2010 2:41 pm
Subject: Self Contained project?
I'm working a blueprint/semantic project with django.  I plan on using
django-css to compile the scss files (as opposed to compass -w).  Is
there a way to create a self-contained project (that includes all of
the compass dependencies) so we don't have to use COMPASS on our
production servers and avoid potential project with team members
having different versions of COMPASS installed locally (IE over the
next few years).

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Eppstein  
View profile  
 More options Jul 26 2010, 3:09 pm
From: Chris Eppstein <ch...@eppsteins.net>
Date: Mon, 26 Jul 2010 12:09:31 -0700
Local: Mon, Jul 26 2010 3:09 pm
Subject: Re: [compass] Self Contained project?

You don't ever need compass on your production servers, but you do need it
on any development or build servers (anywhere you're going to compile the
css).

This compass command:

compass compile --force -e production path/to/project

can be called from any shell script or the executed from another program as
long as compass is on the PATH.

You might need to patch django-css to teach it about compass if it doesn't
know about it yet.

Another approach is to pass the following options to the sass CLI. this
still requires compass to be installed but might be able to work with
django-css out of the box:

-r compass `compass imports`

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »