Closed (works as designed)
Project:
Boilerplate
Version:
7.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2012 at 09:53 UTC
Updated:
3 Jul 2012 at 04:23 UTC
I am new to compass and sass. I have installed them and am trying to make changes to the styling of my theme. As I understand it I need to use watch for compass. When I run the command "compass watch" from within the themes root I get the following response
Nothing to compile. If you're trying to start a new project, you have left off the directory argument.
when I use "compass watch" with the directory to the theme I get the response
You must compile individual stylesheets from the project directory.
any help is appreaciated
Comments
Comment #1
tregeagle commentedI have been having much the same problem. When I ran
compass watchI got an error listing all my gemsets (I use rvm) and:Could not locate Gemfile (Bundler::GemfileNotFound)I think your problem is similar. If you are using rvm I 'd suggest reading this: https://rvm.io/gemsets/creating/
Comment #2
tregeagle commentedThis problem returned when I installed the latest version of compass. I fixed it with the help of this thread on stackoverflow, to save you clicking the link just run:
rubygems-bundler-uninstallerComment #3
danlinn commentedThanks for the follow up help! Marking this as closed.