You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I’ve been using breakpoint on a project and have run into the issue that it doesn’t load on export. Going by one of your comments on another issue, I’m guessing it’s because serve export does not yet use config.ru.
I’ve tried adding require 'breakpoint' at the top of compile_compass_sass in export.rb of my local install of serve, but this doesn’t help. Could you point me in the right direction?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I’ve been using breakpoint on a project and have run into the issue that it doesn’t load on export. Going by one of your comments on another issue, I’m guessing it’s because serve export does not yet use
config.ru
.I’ve tried adding
require 'breakpoint'
at the top ofcompile_compass_sass
inexport.rb
of my local install of serve, but this doesn’t help. Could you point me in the right direction?Thanks!
The text was updated successfully, but these errors were encountered: