Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile after clean install #1911

Open
romulof opened this issue Jan 7, 2015 · 1 comment
Open

Can't compile after clean install #1911

romulof opened this issue Jan 7, 2015 · 1 comment

Comments

@romulof
Copy link

romulof commented Jan 7, 2015

I'm on OS X Yosemite, after dumping /Library/Ruby, updating gem (sudo gem update --system), and doing a clean install of compass, I still can't compile anything using compass.

$ compass create 
directory sass/ 
directory stylesheets/ 
   create config.rb 
   create sass/screen.scss 
   create sass/print.scss 
   create sass/ie.scss 
Compass can't find any Sass files to compile.
Is your compass configuration correct?.
If you're trying to start a new project, you have left off the directory argument.
Run "compass -h" to get help.

Ruby version is: ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]

@romulof
Copy link
Author

romulof commented Jan 12, 2015

I think I found the bug:
If the path contains the chars [ or ], the compass compiler fails.

➜  foo git:(master) pwd
/Users/romulo/Workspace/[Pages]/foo

➜  foo git:(master) compass compile
Compass can't find any Sass files to compile.
Is your compass configuration correct?.
If you're trying to start a new project, you have left off the directory argument.
Run "compass -h" to get help.

➜  foo git:(master) cd ..
➜  [Pages]  mv foo ../
➜  [Pages]  cd ../foo 
➜  foo git:(master) ✗ pwd
/Users/romulo/Workspace/foo

➜  foo git:(master) compass compile
    write css/foo.css
    write css/foo.css.map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant