Adding a better explanation for starting with frontend assets

pull/4260/head
Javier Álvarez Medina 9 years ago
parent 2b65735048
commit 9f5b82b0fc

@ -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.:

Loading…
Cancel
Save