grunt-include-source
Advanced tools
Comparing version
{ | ||
"name": "grunt-include-source", | ||
"description": "Include your sources into your HTML files automatically.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/jwvdiermen/grunt-include-source", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -171,3 +171,3 @@ /* | ||
grunt.log.debug('Including file "' + file + '".'); | ||
includeFragments.push(typeTemplates[include.options.type].replace('{filePath}', path.join(include.options.baseUrl || baseUrl, file))); | ||
includeFragments.push(typeTemplates[include.options.type].replace('{filePath}', path.join(include.options.baseUrl || options.baseUrl, file))); | ||
}); | ||
@@ -174,0 +174,0 @@ |
15343
0.05%