mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
fix path to grammar file
This commit is contained in:
parent
064f2b5787
commit
333daf33a3
1 changed files with 1 additions and 1 deletions
2
Cakefile
2
Cakefile
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue