diff options
author | Julien Roy <julien@jroy.ca> | 2024-06-15 14:36:48 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-06-15 14:36:48 -0400 |
commit | 11545abc0d394162ca593fba2a0067bd119d0e95 (patch) | |
tree | b8fdae60364b42c97ec158529fbbaf932efcdb1c /www-apps/wger/files/yarn.patch | |
parent | b4e2919f28ceeb72d318d1aa0602f70cb7378792 (diff) | |
download | MrRoy-Overlay-11545abc0d394162ca593fba2a0067bd119d0e95.tar.gz MrRoy-Overlay-11545abc0d394162ca593fba2a0067bd119d0e95.tar.bz2 MrRoy-Overlay-11545abc0d394162ca593fba2a0067bd119d0e95.zip |
www-apps/wger: new package, add 2.3_pre20240614
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'www-apps/wger/files/yarn.patch')
-rw-r--r-- | www-apps/wger/files/yarn.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www-apps/wger/files/yarn.patch b/www-apps/wger/files/yarn.patch new file mode 100644 index 0000000..db2e20a --- /dev/null +++ b/www-apps/wger/files/yarn.patch @@ -0,0 +1,16 @@ +diff --git a/wger/tasks.py b/wger/tasks.py +index 81669a12f..9244973d2 100644 +--- a/wger/tasks.py ++++ b/wger/tasks.py +@@ -91,11 +91,6 @@ def bootstrap(context, settings_path=None, database_path=None): + load_fixtures(context, settings_path=settings_path) + create_or_reset_admin(context, settings_path=settings_path) + +- # Download JS and CSS libraries +- context.run('yarn install') +- context.run('yarn build:css:sass') +- +- + @task( + help={ + 'settings-path': 'Path to settings file (absolute path). Leave empty for default', |