cortex-handlebars-compiler
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -373,3 +373,3 @@ 'use strict'; | ||
if(this.root && this.hosts){ | ||
path = "//" + this._get_host(absolute_path, hash_host) + absolute_path; | ||
path = this._get_host(absolute_path, hash_host) + absolute_path; | ||
} | ||
@@ -376,0 +376,0 @@ return this._to_url_path(path); |
{ | ||
"name": "cortex-handlebars-compiler", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Handlebar helpers for cortex template.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24567