fix path to grammar file

This commit is contained in:
Mike Blume 2011-08-08 22:34:09 -07:00
parent 064f2b5787
commit 333daf33a3
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ task 'build:full', 'rebuild the source twice, and run the tests', ->
task 'build:parser', 'rebuild the Jison parser (run build first)', ->
extend global, require('util')
require 'jison'
parser = require('./lib/grammar').parser
parser = require('./lib/coffee-script/grammar').parser
fs.writeFile 'lib/parser.js', parser.generate()