File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ To include JavaScript files, use the ``javascripts`` tag in any template:
91
91
92
92
You can also include CSS Stylesheets: see :ref: `cookbook-assetic-including-css `.
93
93
94
- In this example, all of the files in the ``Resources/public/js/ `` directory
94
+ In this example, all the files in the ``Resources/public/js/ `` directory
95
95
of the ``AcmeFooBundle `` will be loaded and served from a different location.
96
96
The actual rendered tag might simply look like:
97
97
@@ -351,7 +351,7 @@ Filters
351
351
Once they're managed by Assetic, you can apply filters to your assets before
352
352
they are served. This includes filters that compress the output of your assets
353
353
for smaller file sizes (and better front-end optimization). Other filters
354
- can compile JavaScript file from CoffeeScript files and process SASS into CSS.
354
+ can compile CoffeeScript files to JavaScript and process SASS into CSS.
355
355
In fact, Assetic has a long list of available filters.
356
356
357
357
Many of the filters do not do the work directly, but use existing third-party
Original file line number Diff line number Diff line change 4
4
How to Use Assetic for Image Optimization with Twig Functions
5
5
=============================================================
6
6
7
- Amongst its many filters, Assetic has four filters which can be used for on-the-fly
7
+ Among its many filters, Assetic has four filters which can be used for on-the-fly
8
8
image optimization. This allows you to get the benefits of smaller file sizes
9
9
without having to use an image editor to process each image. The results
10
10
are cached and can be dumped for production so there is no performance hit
@@ -74,7 +74,7 @@ It can now be used from a template:
74
74
Removing all EXIF Data
75
75
~~~~~~~~~~~~~~~~~~~~~~
76
76
77
- By default, running this filter only removes some of the meta information
77
+ By default, running this filter only removes some meta information
78
78
stored in the file. Any EXIF data and comments are not removed, but you can
79
79
remove these by using the ``strip_all `` option:
80
80
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Download the YUI Compressor JAR
22
22
-------------------------------
23
23
24
24
The YUI Compressor is written in Java and distributed as a JAR. `Download the JAR `_
25
- from the Yahoo! site and save it to ``app/Resources/java/yuicompressor.jar ``.
25
+ from the Yahoo! website and save it to ``app/Resources/java/yuicompressor.jar ``.
26
26
27
27
Configure the YUI Filters
28
28
-------------------------
You can’t perform that action at this time.
0 commit comments