Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bertramdev/asset-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Apr 20, 2016
2 parents 1863243 + d03a99f commit 32bc363
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -221,7 +221,7 @@ class AssetCompile extends DefaultTask {
registerJarResolvers(resolverFile)
}
else if (isAssetFolder) {
def fileResolver = new FileSystemAssetResolver(path, path, false)
def fileResolver = new FileSystemAssetResolver(path, resolverFile.canonicalPath, false)
AssetPipelineConfigHolder.registerResolver(fileResolver)
}
}
Expand Down

0 comments on commit 32bc363

Please sign in to comment.