@@ -6,7 +6,7 @@ Managing CSS and JavaScript
6
6
7
7
Do you prefer video tutorials? Check out the `Webpack Encore screencast series `_.
8
8
9
- Symfony ships with a pure- JavaScript library - called Webpack Encore - that makes
9
+ Symfony ships with a pure JavaScript library - called Webpack Encore - that makes
10
10
it a joy to work with CSS and JavaScript. You can use it, use something else, or
11
11
create static CSS and JS files in your ``public/ `` directory directly and
12
12
include them in your templates.
@@ -18,7 +18,7 @@ Webpack Encore
18
18
19
19
`Webpack Encore `_ is a simpler way to integrate `Webpack `_ into your application.
20
20
It *wraps * Webpack, giving you a clean & powerful API for bundling JavaScript modules,
21
- pre-processing CSS & JS and compiling and minifying assets. Encore gives you professional
21
+ pre-processing CSS & JS and compiling and minifying assets. Encore gives you a professional
22
22
asset system that's a *delight * to use.
23
23
24
24
Encore is inspired by `Webpacker `_ and `Mix `_, but stays in the spirit of Webpack:
@@ -28,7 +28,7 @@ to solve the most common Webpack use cases.
28
28
.. tip ::
29
29
30
30
Encore is made by `Symfony `_ and works *beautifully * in Symfony applications.
31
- But it can be used in any PHP application and even with other server side
31
+ But it can be used in any PHP application and even with other server- side
32
32
programming languages!
33
33
34
34
.. _encore-toc :
@@ -45,7 +45,7 @@ Getting Started
45
45
Adding more Features
46
46
....................
47
47
48
- * :doc: `CSS Preprocessors: Sass, LESS, etc </frontend/encore/css-preprocessors >`
48
+ * :doc: `CSS Preprocessors: Sass, LESS, etc. </frontend/encore/css-preprocessors >`
49
49
* :doc: `PostCSS and autoprefixing </frontend/encore/postcss >`
50
50
* :doc: `Enabling React.js </frontend/encore/reactjs >`
51
51
* :doc: `Enabling Vue.js (vue-loader) </frontend/encore/vuejs >`
0 commit comments