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

Bower install error: breakpoint file not found #144

Closed
chrisspiegl opened this issue Nov 2, 2013 · 2 comments
Closed

Bower install error: breakpoint file not found #144

chrisspiegl opened this issue Nov 2, 2013 · 2 comments

Comments

@chrisspiegl
Copy link

The install via bower works nicely except if I import singularitygs it fails to find the breakpoint import.

Here is what I did:

@import "../bower_components/singularity/stylesheets/singularitygs";

The error message is:

singularitygs:4: error: file to import not found or unreadable: "breakpoint"

The reason for this is that bower does not install dependencies inside the package folder (like npm does) but it installes all the dpendencies in the same folder bower_components so the singularity @import 'breakpoint' fails.

@Snugug
Copy link
Member

Snugug commented Nov 2, 2013

Yup. You can't use Singularity or Breakpoint through Bower quite yet. They both at the moment require some Ruby which makes them only usable through Compass and their respective Compass gems. Once we update both to Sass 3.3, you will be able to use them as proper Bower projects, but only with a compiler that is compatible with Sass 3.3 (at the time of this writing, libsass which powers grunt-sass is neither fully compatible with Sass 3.2 nor 3.3).

@Snugug
Copy link
Member

Snugug commented Jan 5, 2014

Resolved in #157 (which will become v1.2.0 of Singularity)

@Snugug Snugug closed this as completed Jan 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants