X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.bootstraprc;h=e560cb5fb0f0f98f2fe459862cb50272ce2da989;hb=757f0da370a992cf07afd20d3829b2748c76cc15;hp=a4d4fe689fb6400021b1e77e9b6c529cf7289c06;hpb=4a6995be18b15de1834a39c8921a0e4109671bb6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.bootstraprc b/client/.bootstraprc index a4d4fe689..e560cb5fb 100644 --- a/client/.bootstraprc +++ b/client/.bootstraprc @@ -10,21 +10,21 @@ useCustomIconFontPath: true # Webpack loaders, order matters styleLoaders: - - style - - css - - sass + - style-loader + - css-loader + - sass-loader # Extract styles to stand-alone css file # Different settings for different environments can be used, # It depends on value of NODE_ENV environment variable # This param can also be set in webpack config: # entry: 'bootstrap-loader/extractStyles' -extractStyles: false -# env: -# development: -# extractStyles: false -# production: -# extractStyles: true +# extractStyles: false +env: + development: + extractStyles: false + production: + extractStyles: true # Customize Bootstrap variables that get imported before the original Bootstrap variables. # Thus original Bootstrap variables can depend on values from here. All the bootstrap @@ -86,21 +86,21 @@ styles: breadcrumbs: false pagination: true pager: false - labels: false + labels: true badges: false jumbotron: false thumbnails: true - alerts: false + alerts: true progress-bars: true media: true list-group: false - panels: false + panels: true wells: false - responsive-embed: false - close: false + responsive-embed: true + close: true # Components w/ JavaScript - modals: false + modals: true tooltip: false popovers: false carousel: false