Skip to content

Commit

Permalink
Switch Path and URL
Browse files Browse the repository at this point in the history
Switch Path and URL to match replaceExtraResourcesPath argument
  • Loading branch information
sidati committed Apr 13, 2016
1 parent 3077978 commit 71fe008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function fetchImportPath(srcFilePath, relativePath) {
* @param string path
* @return string Resolved Path/Url
*/
function resolveRelativeUrls(url, path) {
function resolveRelativeUrls(path, url) {

var x = url.split('\/').filter(function(val) {
return val != '';
Expand Down

0 comments on commit 71fe008

Please sign in to comment.