noprompt / lein-garden

Leiningen plugin for compiling Garden stylesheets.
The Unlicense
84 stars 17 forks source link

Fix no such var fs/absolute #44

Closed lorddoig closed 8 years ago

lorddoig commented 8 years ago

Seems this has come up before. fs version 1.4.4 (upon which this project depends) has the function absolute-path but we use absolute (fixing previous tickets.) I'm not sure how this was working - maybe the submitter of the PR was actually solving a local dependency conflict i.e. they were depending on 1.4.6, usurping the 1.4.4 here? In any case to use fs/absolute this project needs to update it's dependency on fs to 1.4.6, as per this change.

noprompt commented 8 years ago

@lorddoig I'm going to go on faith here and assume this works. I've been pretty busy with other things so for the sake of moving things ahead I'm going to merge this.