Skip to content

Commit 3b39d2c

Browse files
committed
Reword
1 parent 929b32a commit 3b39d2c

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,6 @@ If you don't have the Symfony client installed, run `php bin/console server:run`
4242
Alternatively, you can [configure a web server][3] like Nginx or Apache to run
4343
the application.
4444

45-
Development
46-
-----------
47-
48-
This project uses Yarn package manager for managing JavaScript dependencies along
49-
with [Webpack Encore][5] library that helps working with CSS and JavaScript files
50-
that are stored in `assets/` directory . Every time you make any change in those
51-
files - you will need to rebuild assets. For this, just execute:
52-
53-
```bash
54-
$ yarn install
55-
$ yarn build
56-
```
57-
58-
During the development, instead of `yarn build` you may want to run `yarn watch` which
59-
will watch for any changes in `assets/` and rebuild assets for you automatically.
60-
6145
Tests
6246
-----
6347

webpack.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// This project uses "Yarn" package manager for managing JavaScript dependencies along
2+
// with "Webpack Encore" library that helps working with the CSS and JavaScript files
3+
// that are stored in the "assets/"" directory.
4+
//
5+
// Read https://symfony.com/doc/current/frontend.html to learn more about how
6+
// to manage CSS and JavaScript files in Symfony applications.
17
var Encore = require('@symfony/webpack-encore');
28

39
Encore

0 commit comments

Comments
 (0)