Comparing version 1.4.0 to 1.4.1
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
name: "Plexiform", | ||
version: "1.4.0", | ||
version: "1.4.1", | ||
author: "Raith" | ||
@@ -132,3 +132,3 @@ }; | ||
if (!fs.existsSync(plexiformconfigname) || opt_force_overwrite) { | ||
let configcontent = '{\n\t"build_name": "./path/to/build_module.js",\n\t"config_name": "./path/to/config_file.json",\n\t"config_processor": null,\n\t"output_folder": "./path/to/output_folder/"\n}\n'; | ||
let configcontent = '{\n\t"build_name": "../plexiform-build-api",\n\t"config_name": "./path/to/config_file.json",\n\t"config_processor": "../plexiform-build-api/process-markdown-config",\n\t"output_folder": "."\n}\n'; | ||
fs.outputFileSync(plexiformconfigname, configcontent); | ||
@@ -135,0 +135,0 @@ } else { |
{ | ||
"name": "plexiform", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A very simple template-driven generator.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Plexiform | ||
> **v1.4.0** | ||
> **v1.4.1** | ||
@@ -66,1 +66,2 @@ | In this document | | ||
| 2017-09-17 | v1.4.0 | Raith | Added support for build config processor | | ||
| 2017-09-18 | v1.4.1 | Raith | better suggestion in plexiformconfig, using relative path, and defaulting to plexiform-build-api | |
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
20998
67
10