Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Link to AsseticBundle#6028

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
xavierleune wants to merge1 commit intosymfony:3.0fromxavierleune:patch-2
Closed
Changes fromall commits
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
4 changes: 3 additions & 1 deletionbest_practices/web-assets.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -39,7 +39,8 @@ These days, you probably can't simply create static CSS and JavaScript files
and include them in your template. Instead, you'll probably want to combine
and minify these to improve client-side performance. You may also want to
use LESS or Sass (for example), which means you'll need some way to process
these into CSS files.
these into CSS files. To install assetic in the standard edition of the framework,
just use the `AsseticBundle`_.

A lot of tools exist to solve these problems, including pure-frontend (non-PHP)
tools like GruntJS.
Expand DownExpand Up@@ -94,3 +95,4 @@ the `official Assetic documentation`_ to learn more about all the available
features.

.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic
.. _`AsseticBundle` : https://github.com/symfony/assetic-bundle

[8]ページ先頭

©2009-2025 Movatter.jp