Cimpress / cimpress-translations-webpack-plugin

Advanced Webpack integration with Cimpress' Translations service
4 stars 2 forks source link

Run on server start only when files are not present #2

Closed wparad closed 6 years ago

wparad commented 6 years ago

For me most of the time I won't need the latest files during development. In those cases waiting for the plugin to pull the files is unnecessary. Instead I would prefer to only have the files downloaded if the output file is not present, since I won't need the language files for actual development work.