From cb8d770d6491c4895d859f2c79a44fccad161a8f Mon Sep 17 00:00:00 2001 From: Guillaume Lasset Date: Wed, 14 Jun 2017 18:40:55 +0200 Subject: [PATCH 1/2] Update bootstrap.rst --- frontend/encore/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/bootstrap.rst b/frontend/encore/bootstrap.rst index d3966fe7fa4..62e0dcfae27 100644 --- a/frontend/encore/bootstrap.rst +++ b/frontend/encore/bootstrap.rst @@ -42,7 +42,7 @@ this, you can use the ``resolve_url_loader`` option: // webpack.config.js Encore + .enableSassLoader({ - + 'resolve_url_loader' => false + + 'resolve_url_loader' : false + }) ; From e76214872162c51f4ddf88851580b2704b329386 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 14 Jun 2017 20:50:43 -0400 Subject: [PATCH 2/2] cs --- frontend/encore/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/bootstrap.rst b/frontend/encore/bootstrap.rst index 62e0dcfae27..7f60e607d88 100644 --- a/frontend/encore/bootstrap.rst +++ b/frontend/encore/bootstrap.rst @@ -42,7 +42,7 @@ this, you can use the ``resolve_url_loader`` option: // webpack.config.js Encore + .enableSassLoader({ - + 'resolve_url_loader' : false + + 'resolve_url_loader': false + }) ;