davestewart / outliner

A node package to outline SVG strokes as fills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't overwrite target file if it's the same as the converted result

davestewart opened this issue · comments

Background

Right now, all conversions will overwrite all target files.

But this results in having to commit updated files even if they have not actually updated.

Proposal

Compare converted text and target file text and only overwrite if it's changed.