Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update link to remove absolute URL #4537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 1, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change symfony-docs internal links avoiding absolute urls
  • Loading branch information
dangarzon authored and jms85 committed Nov 29, 2014
commit 079bd64dc7b0ac1107d48aed4eb6e38ea4d261cd
18 changes: 9 additions & 9 deletions 18 best_practices/web-assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ tools like GruntJS.
Use Assetic to compile, combine and minimize web assets, unless you're
comfortable with frontend tools like GruntJS.

`Assetic`_ is an asset manager capable of compiling assets developed with
a lot of different frontend technologies like LESS, Sass and CoffeeScript.
:doc:`Assetic </cookbook/assetic/asset_management>` is an asset manager capable
of compiling assets developed with a lot of different frontend technologies
like LESS, Sass and CoffeeScript.
Combining all your assets with Assetic is a matter of wrapping all the assets
with a single Twig tag:

Expand Down Expand Up @@ -86,12 +87,11 @@ separating the repositories if you want).
Learn More about Assetic
------------------------

Assetic can also minimize CSS and JavaScript assets `using UglifyCSS/UglifyJS`_
to speed up your websites. You can even `compress images`_ with Assetic to
reduce their size before serving them to the user. Check out the
`official Assetic documentation`_ to learn more about all the available features.
Assetic can also minimize CSS and JavaScript assets
:doc:`using UglifyCSS/UglifyJS </cookbook/assetic/uglifyjs>` to speed up your
websites. You can even :doc:`compress images </cookbook/assetic/jpeg_optimize>`
with Assetic to reduce their size before serving them to the user. Check out
the `official Assetic documentation`_ to learn more about all the available
features.

.. _`Assetic`: http://symfony.com/doc/current/cookbook/assetic/asset_management.html
.. _`using UglifyCSS/UglifyJS`: http://symfony.com/doc/current/cookbook/assetic/uglifyjs.html
.. _`compress images`: http://symfony.com/doc/current/cookbook/assetic/jpeg_optimize.html
.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic
Morty Proxy This is a proxified and sanitized view of the page, visit original site.