-
Notifications
You must be signed in to change notification settings - Fork 1
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
Does not function #1
Comments
Hi @notasz. Does Brackets Developer Tools show any errors (
|
Hello. Yes, there is an error in the console that says it fails to load the specified CSS file. It looks like it's calling for the correct file name, but the pathing is messed up for some reason. Here's the error from the console: |
Looks like this error is related to OS X. Unfortunately I have no expertise in this operating system. I'll be very glad if you help me fix this bug. |
I'd be happy to help. I'll poke around and see if I can find where the issue is occurring. |
I looked around the |
@notasz looks like including CSS to Brackets IDE works differently on Windows and OS X. I'll try to solve this issue in future. |
Thanks! I'll post again or make a pull request if I manage to fix it. |
I was working on separate extension and noticed I was getting this same error when trying to use Given that the |
I have a same feelings about that. I`ll make changes to the code (to use relative paths) and then ask you to test them on OS X. |
Tested on OSX 10.10, your fix works. No more pathing errors in the console, and CSS from enabled files is applied on file save. Good work. :) |
Good news! |
Using Brackets 42 on OS X 10.10, created a new local CSS file, added code to alter most of the sidebar, activated it the CSS, saved the CSS file, and nothing happens. Tried reloading brackets, quitting and reopening, but it doesn't seem to want to work.
The text was updated successfully, but these errors were encountered: