|
@@ -252,6 +252,7 @@ class Compiler {
|
|
|
found = true;
|
|
|
for (file in sys.FileSystem.readDirectory(path)) {
|
|
|
if (StringTools.endsWith(file, ".hx") && file.substr(0, file.length - 3).indexOf(".") < 0) {
|
|
|
+ if( file == "import.hx" ) continue;
|
|
|
var cl = prefix + file.substr(0, file.length - 3);
|
|
|
if (skip(cl))
|
|
|
continue;
|