Comparing version 1.2.0 to 1.2.1
@@ -183,2 +183,3 @@ #!/usr/bin/env node | ||
wrench.rmdirSyncRecursive(outputDir); | ||
__copyMatchingFiles(sourceDir, outputDir, settings.include_patterns, settings.exclude_patterns); | ||
@@ -402,2 +403,5 @@ | ||
if (!fromStats.isDirectory()) { | ||
if (__existsSync(to)) { | ||
fs.unlinkSync(to); | ||
} | ||
fs.linkSync(from, to); | ||
@@ -404,0 +408,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"description": "Static website generator. Template Engine agnostic", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "./bin/statix-cli.js", | ||
@@ -9,0 +9,0 @@ "repository": { |
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
48043
1472