Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are some <a href="https://github.com/kriswallsmith/assetic/issues/53" rel="noreferrer">known problems</a> with the CssRewrite filter. For what I know, it does not work properly by using the <code>@BundleName</code> notation and a workaround seems to be linking the CSS files by using the <code>bundles/bundle_name</code> path.</p> <p>Thus your code should be something like this:</p> <pre><code>{% stylesheets filter='cssrewrite' 'bundles/&lt;your_bundle_name&gt;/css/*' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.accordion.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.all.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.autocomplete.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.base.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.button.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.resizable.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.selectable.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.slider.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.tabs.css' 'bundles/&lt;your_bundle_name&gt;/css/themes/base/jquery.ui.theme.css' %} &lt;link rel="stylesheet" href="{{ asset_url }}" /&gt; {% endstylesheets %} </code></pre> <p>Where <code>&lt;your_bundle_name&gt;</code> is obviously the name of the bundle you are working on.</p> <p><strong>EDIT:</strong> remember to give the <code>php app/console assets:install --symlink web</code> command, in order to symbolically link your assets into the <code>web</code> directory. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload