aboutsummaryrefslogtreecommitdiff
path: root/www-apps/wger/files/yarn.patch
blob: 64912992a0e66b2d17a45be954fa365dde0143f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/wger/tasks.py b/wger/tasks.py
index b1b4b7c65..629814711 100644
--- a/wger/tasks.py
+++ b/wger/tasks.py
@@ -91,12 +91,6 @@ def bootstrap(context, settings_path=None, database_path=None, process_static=Tr
         load_fixtures(context, settings_path=settings_path)
         create_or_reset_admin(context, settings_path=settings_path)
 
-    # Download JS and CSS libraries
-    if process_static:
-        context.run('yarn install')
-        context.run('yarn build:css:sass')
-
-
 @task(
     help={
         'settings-path': 'Path to settings file (absolute path). Leave empty for default',