Skip to content

Instantly share code, notes, and snippets.

@ibuziuk
Last active March 23, 2016 22:36
Show Gist options
  • Save ibuziuk/d439306920425062ec09 to your computer and use it in GitHub Desktop.
Save ibuziuk/d439306920425062ec09 to your computer and use it in GitHub Desktop.
N&N WTP Neon M6

New and Noteworthy for WTP Neon M6

Bower & npm

JSDT is now supporting two package managers Bower and npm. There are wizards for creating bower.json / package.json and launch shortcuts for executing update and install commands.

npm init wizard

Bower launch shortcuts

Bower install console output

Both package managers fall back on native implementation, hence the following software must be pre-installed on the system:

  • Node.js

  • Bower

  • npm

Grunt & gulp

Grunt and gulp build systems are avialable in JSDT. All tasks are accessible from the project explorer view and can be executed via launch shortcuts.

gulp launch shortcut

gulp console output

Chromium V8 debugger

Node.js applications can be debugged via Chromium V8 debugger. For now debugging via virtual file system is only supported. V8 eclipse debugger

Bower & npm
JSDT is now supporting two package managers Bower and npm. There are wizards for creating bower.json / package.json and launch shortcuts for executing update and install commands.
npm_wizard.png
bower_launch.png
bower_console.png
Both package managers fall back on native implementation, hence the following software must be pre-installed on the system:
- Node.js
- Bower
- npm
Grunt & gulp
Grunt and gulp build systems are avialable in JSDT. All tasks are accessible from the project explorer view and can be executed via launch shortcuts.
gulp_launch.png
gulp_console.png
Chromium V8 debugger
Node.js applications can be debugged via Chromium V8 debugger. For now debugging via virtual file system is only supported.
v8_debugger.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment