diff --git a/Cakefile b/Cakefile index d0734184..50981351 100644 --- a/Cakefile +++ b/Cakefile @@ -29,6 +29,7 @@ task 'build', 'build the CoffeeScript language from source', -> task 'build:parser', 'rebuild the Jison parser (run build first)', -> + require.paths.unshift 'vendor/jison/lib' parser: require('grammar').parser js: parser.generate() parser_path: 'lib/parser.js'