Browse Source

Add documentation to jade-nodejs.el

workspaces
Nicolas Petton 6 years ago
parent
commit
bd272a2d57
Signed by: nico GPG Key ID: 233587A47C207910
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      jade-nodejs.el

+ 9
- 2
jade-nodejs.el View File

@ -21,9 +21,16 @@
;;; Commentary:
;; Handle jade connections to a NodeJS process using the webkit backend.
;; The nodejs process must be started with the `--inspect' flag:
;;
;; Important note: For this package to work, NodeJS version 6.3.1 (or any newer
;; version) is required.
;; node --inspect myfile.js
;; node --inspect=localhost:9876 myfile.js
;;
;; Important note: For this package to work, NodeJS version 6.3 (or any newer
;; version) is required. As of July 29 2016, this package is known to work with
;; node-nightly, which can be installed with:
;;
;; npm install -g node-nightly
;;
;; To start a node process with remote debugging enabled, run `node --inspect ...'.


Loading…
Cancel
Save