dcodeIO / Preprocessor.js

A JavaScript source file preprocessor in pure JavaScript, e.g. to build different versions of a library.
http://dcode.io
Apache License 2.0
72 stars 19 forks source link

include dont work if in a nested included file #19

Open publicocean0 opened 7 years ago

publicocean0 commented 7 years ago

when you include file a.js in folder a and a.js include b.js in folder b .... and b trying to include c.js ... the folder is not b but a. Include dont update current folder in nested inclusion