tlrobinson / narwhal forked from 280north/narwhal

A JavaScript standard library, package manager, and more.

This URL has Read+Write access

narwhal / narwhal.conf.template
100644 14 lines (8 sloc) 0.215 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
# If a debugger is available for your engine, use it?
#NARWHAL_DEBUGGER=1
 
# Alternate engines
 
# Rhino
#NARWHAL_DEFAULT_ENGINE="rhino"
 
# JavaScript Core
#NARWHAL_ENGINE="jsc"
#NARWHAL_ENGINE_HOME="packages/jsc"