Releases: ghost-fvtt/foundry-factory
Releases · ghost-fvtt/foundry-factory
0.6.2
0.6.1
0.6.0
Changelog
Features
- Added a command line flag
-m
/--packageManager
to select the package manager to use when installing dependencies. Supported values arenpm
,yarn
, andyarn2
. Here is an example:At this point, this functionality is only available as a command line flag. Adding a question for it in the interactive dialog can easily be added if there is interest in that. If this is a feature you would like, please let me know.npx @ghost-fvtt/foundry-factory --packageManager yarn2 my-cool-project-with-yarn2
0.5.3
0.5.2
Changelog
Bugfixes
- Fixed a bug in ghost's Gulp + Rollup preset with the styles directory name being inconsistent
- Fixed an issue in ghost's Gulp + Rollup preset with files not being copied / build correctly on windows (due to gulp's src not expecting windows paths but unix paths)
0.5.1
0.5.0
v0.4.0
- Added preset for the League Basic JS Module Template.