newsdev / ai2html

A script for Adobe Illustrator that converts your Illustrator artwork into an html page.
http://ai2html.org
Other
897 stars 145 forks source link

Error when creating config file #120

Closed sondrn closed 5 years ago

sondrn commented 5 years ago

I´m trying to use set the create_config_file-option.

ai2html-config.json:

{ "create_config_file": true, "config_file_path": "./config.yml" }

I've tried putting other objects, such as fonts, image_output_pathinto the json array, and it works well, but when I set "create_config_file": true, I get this error, and the config-file is not created.

Skjermbilde 2019-08-19 kl  20 42 40

Ai2html-version: 0.91.2 AI-version: 2019

mbloch commented 5 years ago

Hi @sondrn, Thanks for the bug report. I released a new version of ai2html this morning (v0.92.0) that should fix this problem.

sondrn commented 5 years ago

Awesome!