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

Issues with Rails 5.0.2 #273

Closed
ghost opened this issue Mar 20, 2017 · 3 comments
Closed

Issues with Rails 5.0.2 #273

ghost opened this issue Mar 20, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 20, 2017

I'm having trouble getting compass-rails 3.0.2 working with rails 5.0.2, compass 1.0.3, sass-rails 5.0.6 on Fedora 25.

Steps to reproduce:

  1. rails new MyProject
  2. Add gem 'compass-rails' to `MyProject/Gemfile.
  3. bundle install
  4. Add a temporary.scss file to MyProject/app/assets/stylesheets/ and require it in application.css in the same path by adding *= require temporary
  5. bundle exec compass watch does not observe file changes to SCSS file when modified
  6. bundle exec compass init rails . --trace returns No application integration exists for rails

bundle exec compass frameworks returns the following:

  * compass
    - compass/project   - The default project layout.
    - compass/ellipsis  - Plugin for cross-browser ellipsis truncated text.
    - compass/extension - Generate a compass extension.

Any tips on how I can continue to debug this?

@DazDotOne
Copy link

I'm also experiencing this with Rails 5.1.4 and compass 1.0.3. Any solution would be great.

@roguemaps
Copy link

Are you by chance using gem 'quiet_assets'?

@craigmcnamara
Copy link
Member

This integrates compass with the Rails asset pipeline and does not support any compass cli tools. Usage directions are in the README, but this project is no longer supported.

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

3 participants