Comparing version 3.0.8 to 3.0.9
@@ -5,4 +5,10 @@ # CHANGELOG | ||
#### *V3.0.8 (HotFix) - 30/05/2018 | ||
#### *V3.0.9 (HotFix) - 31/05/2018 | ||
- Solved a bug when selecting the source file, to build, on the same directory as the merger configuration file. | ||
| ||
#### V3.0.8 (HotFix) - 30/05/2018 | ||
- Quick fix to the source file selection prompt. Now operational. | ||
@@ -9,0 +15,0 @@ |
@@ -39,3 +39,3 @@ 'use strict' | ||
for (let i = 0; i < sourceFiles.length; i++) { | ||
if (path.relative(configFilePath, sourceFiles[i].source) === path.relative(configFilePath, answer.sourceFile)) { | ||
if (path.relative(configFilePath, sourceFiles[i].source) === answer.sourceFile) { | ||
sourceFile = sourceFiles[i]; | ||
@@ -45,2 +45,3 @@ break; | ||
} | ||
console.debug(sourceFile) | ||
@@ -47,0 +48,0 @@ Callback(sourceFile); |
{ | ||
"name": "merger-js", | ||
"displayName": "MergerJS", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "Yet another light weight and simple cross-platform build tool for JavaScript files, with CLI tooling, file imports, auto build capabilities and native OS notifications.", | ||
@@ -6,0 +6,0 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md", |
@@ -0,0 +0,0 @@ # TODO: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37712
673