3

It appears that Breakpoint no longer has a compass dependency (see here), but I cannot get it working with Rails 4 unless I add compass and require it through application.rb.

It seems that without compass, breakpoint is not exposed as a resource, so using:

@import breakpoint 

Throws an error:

File to import not found or unreadable: breakpoint.

My Gemfile.lock contains:

sass (3.3.10)
sassy-maps (0.4.0)
breakpoint (2.4.2)
      sass (~> 3.3.0)
      sassy-maps (< 1.0.0)

I have tried adding an initializer and requiring breakpoint, but this doesn't help.

cimmanon
  • 67,211
  • 17
  • 165
  • 171
Undistraction
  • 42,754
  • 56
  • 195
  • 331
  • I too am having this issue. Did you manage to solve it? – rctneil Jul 25 '14 at 21:01
  • @rctneil Nope, but I think the problem is breakpoint never registers its stylesheet with the pipeline. Looking at Susy's initialisation code, it checks for compass and if not present, it registers it's stylesheet. Breakpoint just does nada. – Undistraction Jul 25 '14 at 21:34
  • Just for reference, here is my question on the matter: http://stackoverflow.com/questions/24963153/breakpoint-in-rails-app – rctneil Jul 26 '14 at 07:50

0 Answers0