Cloud9 IDE/JavaScript

From Wikiversity
Jump to navigation Jump to search

Cloud9 may be used for JavaScript development, but by default the runner for JavaScript is Node.js.

To add a new runner for JavaScript files, use the following configuration. Save the new runner as JavaScript (Rhino).run.

{
    "cmd" : ["js", "$file", "$args"],
    "info" : "Running $file_name",
    "selector" : "source.js"
}

See Also[edit | edit source]