diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index 1d41063..8a17f7f 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -126,7 +126,7 @@ ignore-patterns ;:- s/Str ] (let [resource-paths - (get-resource-paths-recursive fs-prefix base-path source-paths)] + (sort (get-resource-paths-recursive fs-prefix base-path source-paths))] (if (empty? resource-paths) (throw (IllegalArgumentException. (str "resource " resource-paths ", " source-paths " not found")))