From 3ed9f889b1d66029d5b695d4cf8fe0c5ef482c0c Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Mon, 11 Mar 2019 11:54:11 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20Procfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e8f79ea..22b7b65 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm start \ No newline at end of file +web: npx browser-sync start --server --files "*.html" --files "css/*.css" \ No newline at end of file