aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.bootstraprc
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-09 14:28:44 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-09 14:28:44 +0200
commita685e25ca05f08ad1b3f7fbaccc8744727bd8d27 (patch)
treee50fbc2f260a0017113c4668c3c0f3d2fd76ab87 /client/.bootstraprc
parent2ed6a0aedc2d2f6b1ac2fd9a1ac137772831f713 (diff)
downloadPeerTube-a685e25ca05f08ad1b3f7fbaccc8744727bd8d27.tar.gz
PeerTube-a685e25ca05f08ad1b3f7fbaccc8744727bd8d27.tar.zst
PeerTube-a685e25ca05f08ad1b3f7fbaccc8744727bd8d27.zip
Try to optimize frontend
Diffstat (limited to 'client/.bootstraprc')
-rw-r--r--client/.bootstraprc12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/.bootstraprc b/client/.bootstraprc
index d266656c1..e560cb5fb 100644
--- a/client/.bootstraprc
+++ b/client/.bootstraprc
@@ -19,12 +19,12 @@ styleLoaders:
19# It depends on value of NODE_ENV environment variable 19# It depends on value of NODE_ENV environment variable
20# This param can also be set in webpack config: 20# This param can also be set in webpack config:
21# entry: 'bootstrap-loader/extractStyles' 21# entry: 'bootstrap-loader/extractStyles'
22extractStyles: false 22# extractStyles: false
23# env: 23env:
24# development: 24 development:
25# extractStyles: false 25 extractStyles: false
26# production: 26 production:
27# extractStyles: true 27 extractStyles: true
28 28
29# Customize Bootstrap variables that get imported before the original Bootstrap variables. 29# Customize Bootstrap variables that get imported before the original Bootstrap variables.
30# Thus original Bootstrap variables can depend on values from here. All the bootstrap 30# Thus original Bootstrap variables can depend on values from here. All the bootstrap