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
I tried to open bootstrap.min.css and add a few lines of css at the bottom, saved the file under a new name and that's when Brackets became unresponsive. After a few minutes the cursor came back, typed a few characters then froze again.
Works fine with the non-minimized version of bootstrap. I think it's just to much compact css for it to handle because the code doesn't even show up with the css syntax color, it's all gray.
The text was updated successfully, but these errors were encountered:
Comment by dangoor Tuesday Dec 09, 2014 at 17:34 GMT
@keld30 Yeah, Brackets (and many other browser-based editors) has trouble with large minified files. This is a known issue. The best workaround is to edit unminified code (and use a build step to produce minified assets for distribution).
Wednesday Nov 26, 2014 at 20:46 GMT
Originally opened as adobe/brackets#10032
I tried to open bootstrap.min.css and add a few lines of css at the bottom, saved the file under a new name and that's when Brackets became unresponsive. After a few minutes the cursor came back, typed a few characters then froze again.
Works fine with the non-minimized version of bootstrap. I think it's just to much compact css for it to handle because the code doesn't even show up with the css syntax color, it's all gray.
The text was updated successfully, but these errors were encountered: