Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
Reference config properly - closes #404
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Jan 12, 2016
1 parent 7e8b4c8 commit 05ec9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/version.js
Expand Up @@ -69,8 +69,8 @@ var prepGulpPaths = function(src, buildPath) {
src = Array.isArray(src) ? src : [src];

return new Elixir.GulpPaths()
.src(src, config.publicPath)
.output(buildPath || config.get('public.versioning.buildFolder'));
.src(src, Elixir.config.publicPath)
.output(buildPath || Elixir.config.get('public.versioning.buildFolder'));
};

/**
Expand Down

0 comments on commit 05ec9d3

Please sign in to comment.