Recently, I have encountered an issue that perplexes me - I am unable to debug less code in my meteor app when the twbs:boostrap
package is present. Interestingly, everything works fine when I remove it, but as soon as I add it back, the CSS seems to be concatenated like in production mode, making it inaccessible for debugging in the browser. I've attempted running in debug mode using meteor debug
, and even switched to other BS3 packages, but the problem persists. Despite the .less
files building correctly, the debugging capability remains a challenge.
Any suggestions or solutions would be greatly appreciated!
Warm regards, db