Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Opening big minimized css files freezes Brackets #8906

Open
core-ai-bot opened this issue Aug 30, 2021 · 2 comments
Open

[CLOSED] Opening big minimized css files freezes Brackets #8906

core-ai-bot opened this issue Aug 30, 2021 · 2 comments

Comments

@core-ai-bot
Copy link
Member

Issue by keld30
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.

@core-ai-bot
Copy link
Member Author

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).

@core-ai-bot
Copy link
Member Author

Comment by redmunds
Tuesday Dec 09, 2014 at 19:13 GMT


@keld30 FYI, there's an active pull request trying to improve performance for this scenario if you care to contribute, test, or just listen in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant