diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-23 01:26:31 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-24 16:35:43 -0500 |
commit | 04d3583d314861258e9c578789bd2ed30035c13e (patch) | |
tree | 5e8b1507ba7da7019d88c0e3489ebd0fbc57a53b /www-apps/wger/files/yarn.patch | |
parent | 816296e8d0f0673d48cf8f35ab799cd52fb8943f (diff) | |
download | MrRoy-Overlay-04d3583d314861258e9c578789bd2ed30035c13e.tar.gz MrRoy-Overlay-04d3583d314861258e9c578789bd2ed30035c13e.tar.bz2 MrRoy-Overlay-04d3583d314861258e9c578789bd2ed30035c13e.zip |
*/*: move wger & dependencies to wger-overlay
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, 0 insertions, 16 deletions
diff --git a/www-apps/wger/files/yarn.patch b/www-apps/wger/files/yarn.patch deleted file mode 100644 index db2e20a..0000000 --- a/www-apps/wger/files/yarn.patch +++ /dev/null @@ -1,16 +0,0 @@ -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', |