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!
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_sassinexport.rbof my local install of serve, but this doesn’t help. Could you point me in the right direction?Thanks!