dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.08k stars 92 forks source link

Error while compiling (both with `$ coffee` and `$ cake build`) #5

Closed niftylettuce closed 11 years ago

niftylettuce commented 12 years ago
nifty@nifty ~/Public/node-slug $ coffee -c src/slug.coffee
SyntaxError: In src/slug.coffee, multiple object literal properties named "'ç'"
    at SyntaxError (unknown source)
    at Obj.compileNode (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:1187:19)
    at Obj.compile (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:46:21)
    at Value.compileNode (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:701:24)
    at Value.compile (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:46:21)
    at Assign.compileNode (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:1554:24)
    at Assign.compile (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:46:21)
    at Block.compileNode (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:307:23)
    at Block.compileWithDeclarations (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:391:19)
    at Block.compileRoot (/home/nifty/local/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:364:19)
dodo commented 11 years ago

merged pull request #6.