Comparing version 3.3.2 to 3.3.3
@@ -0,0 +0,0 @@ // jshint esversion: 6 |
@@ -0,0 +0,0 @@ // jshint esversion: 6 |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ /* jshint esversion: 6 */ |
@@ -0,0 +0,0 @@ /* jshint esversion: 6 */ |
@@ -31,3 +31,3 @@ #!/usr/bin/env node | ||
name: "Plexiform", | ||
version: "3.3.2", | ||
version: "3.3.3", | ||
author: "Raith" | ||
@@ -184,3 +184,3 @@ }; | ||
var stat = fs.lstatSync(filepath); | ||
if (stat.isDirectory() && filename.match(/^plexiform-build-/)) { | ||
if ((stat.isDirectory() || stat.isSymbolicLink())&& filename.match(/^plexiform-build-/)) { | ||
console.log(`Build script: ${filename}`); | ||
@@ -187,0 +187,0 @@ builds.push(filename); |
{ | ||
"name": "plexiform", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "A very simple template-driven generator.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Plexiform | ||
> **v3.3.2** | ||
> **v3.3.3** | ||
@@ -5,0 +5,0 @@ | In this document | |
@@ -0,0 +0,0 @@ { |
@@ -38,3 +38,4 @@ # Plexiform | ||
| 2018-01-10 | v3.3.2 | Raith | Default output folder is now cwd and path is formed more neatly | | ||
| 2018-01-11 | v3.3.3 | Raith | --build * now scans symbolic links (previously only found actual directories) | | ||
--- |
Sorry, the diff of this file is not supported yet
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
38361