From 9f5b82b0fc89781cdc945dcc6ecb776c615bae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20=C3=81lvarez=20Medina?= Date: Wed, 1 Jul 2015 19:26:51 +0200 Subject: [PATCH] Adding a better explanation for starting with frontend assets --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dee4e621d3..d89101823b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,9 +100,9 @@ grunt and then ```bash -grunt dev +grunt config && grunt css && grunt dev ``` -This will watch CSS and JS files and rebuild bundles automatically upon changes. +This will generate all necessary frontend assets and enable CSS and JS watchers for rebuilding bundles automatically upon changes. **Note!** Make sure `config/app_config.yml` don't contain the `app_assets` configuration, i.e.: