3 Commits

Author SHA1 Message Date
mathematicalcoffee
bc35934546 added tests for tutorial/resolver. A bit of renaming needed to ensure all test tutorials had unique names 2013-02-02 16:10:40 +10:00
Jeff Williams
dc75f6328b fix several tutorial-related issues (#222)
- Tutorial code allowed JSON files to have a .js extension, then tried
to parse all .js files as JSON. The code now only looks for JSON files
with a .json extension. This allows .js files and tutorials to live in
the same directory.
- Recent changes caused tutorials to be generated with the wrong
filename. This is now fixed.
2012-11-11 03:17:02 -08:00
Jeff Williams
d04ed34612 in lenient mode, suppress as many exceptions as possible, logging errors to the console. closes #159. 2012-08-18 07:34:37 -07:00