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

brackets-sass wont install #77

Open
akuzia opened this issue Oct 24, 2016 · 4 comments
Open

brackets-sass wont install #77

akuzia opened this issue Oct 24, 2016 · 4 comments

Comments

@akuzia
Copy link

akuzia commented Oct 24, 2016

default
2

Health Report:
{ "uuid": "6e42fd4f-e655-4f36-a85f-064e2af05186", "snapshotTime": 1477320392154, "productName": "Brackets-Electron", "os": "linux", "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Brackets-Electron/1.8.4 Chrome/52.0.2743.82 Electron/1.3.7 Safari/537.36", "osLanguage": "en", "bracketsLanguage": "en", "bracketsVersion": "1.8.4", "fileStats": { "openedFileExt": { "html": 6 }, "workingSetFileExt": { "html": 1 } }, "ProjectDetails": { "prj929492837": { "numFiles": 2, "cacheSize": 12033 } }, "projectLoadTimes": ":323.120179", "fileOpenTimes": ":782.6006299999999", "ModuleDepsResolved": 2147.236336, "AppStartupTime": 3985.269482, "prefNodeSearchDisabled": false, "prefInstantSearchDisabled": false, "installedExtensions": [ { "name": "brackets-emmet", "version": "1.2.2" }, { "name": "martypenner.autosave-files-on-window-blur", "version": "1.0.6" }, { "name": "jasonsanjose.brackets-sass", "version": "2.0.3-132" }, { "name": "codepen-theme", "version": "1.0.0" } ], "bracketsTheme": "light-theme" }

@zaggino
Copy link
Member

zaggino commented Oct 24, 2016

Seems like brackets-sass requires some parts of LiveDevelopment, which are not present in Brackets-Electron.

@zaggino
Copy link
Member

zaggino commented Oct 24, 2016

related to issue #25

@Hirse
Copy link

Hirse commented Apr 26, 2017

@zaggino Brackets Beautify is having the same problem since we introduced a fix for Duplication of LiveDevelopment content.

The extension doesn't use the LiveDevelopment so it should work with Brackets-Electron just fine, but requires the "LiveDevelopment/LiveDevelopment" module which causes an error.
What is the recommended way to solve this?
Is there an isElectron flag that could be used to require the module conditionally?

@zaggino
Copy link
Member

zaggino commented Apr 26, 2017

@Hirse you could check for existence of window.electron as I don't think regular Brackets has that one.

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

No branches or pull requests

3 participants