klei / gulp-angular-filesort

Automatically sort AngularJS app files depending on module definitions and usage
MIT License
132 stars 46 forks source link

(chore) use path.join in tests for file fixtures #10

Closed dustinspecker closed 8 years ago

dustinspecker commented 10 years ago

Before, in Windows tests would fail because the path separator was wrong. Now, it uses path.join so it uses the system's path separator.

dustinspecker commented 10 years ago

Also, this is an awesome plugin. Great work!