WordPoints / dev-lib

Developer tools for WordPoints projects
MIT License
4 stars 0 forks source link

autoloaders: Errors not being detected in main classes directory #206

Closed JDGrimes closed 7 years ago

JDGrimes commented 7 years ago

The autoloader classmap file error checker is not checking the file for the src/classes directory, only those in other subdirectories of src. This is because we are calling find with -path ./src/*/classes, which doesn't match the classes directory is src itself.