Closed dahmian closed 11 years ago
Thank you! I've updated the README file accordingly. The include EOF issue is/should be already resolved in the latest version: https://github.com/dcodeIO/Preprocessor.js/blob/master/Preprocessor.js
To be sure that it is, I've force-updated the NPM package.
You're right, I was just working off old code :-) Thanks!
When I run the example I get the following error. The error goes away when I remove the "`" character.
/usr/local/lib/node_modules/preprocessor/Preprocessor.js:195 throw(new Error("Illegal #"+match[2]+": "+this.source. ^ Error: Illegal #include: // #include "include.js"`
... at Preprocessor.process (/usr/local/lib/node_modules/preprocessor/Preprocessor.js:195:31)