brackets-nodejs
brackets-nodejs copied to clipboard
Connecting Brackets and Node.js
I got this error when I tried to run a simple test script. The error is: ``` /bin/sh: node: command not found Program exited with status code of 127. ```...
Hi, very impressive extensions, i use a lot and love it ! Just wnt to know if possible close the bottom panel with 'escape' key and/or MMB click ! Thank's...
Is it possible to just parse the projects Package.json scripts section for the menu actions to go in brackets? There's an open ticket for npm debug I assume at some...
Whenever we are working we won't be running any single task we might need need to run more than one task for e.g., on one tab we have to run...
The current version puts the terminal below the status bar, which is a bit wierd. This version puts the terminal in the normal extension window stack, but allows it to...
Whenever I run an npm command from the menu, it seems to cd to the folder of whatever file I happen to have open and thus often fails when it...
I have installed [Minifier](https://github.com/wylst/brackets-minifier) extension. But your extension encounters an error with it.
Great extension! :+1 Perhaps the extension should inform in log the user if there are unsaved changes, as the user may expect that what he sees is what is executed?
I was thinking that it would be useful to allow buffers to be run as well. This can be achieved by creating a temporary file for the buffer and running...