Skip to content
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

Combined assets generation with forced combine=false and debug=false #613

Open
scaytrase opened this issue May 12, 2014 · 3 comments
Open

Comments

@scaytrase
Copy link

I'm using twig+assetic installation. Assetic assets are loaded from twig templates with DirectoryResource. But when parsing following node

{% stylesheets 'css/data_tables.css' 'css/registration-form.css' combine=false debug=false %}
<LINK rel=stylesheet type=text/css href="{{ asset_url }}" media=all>
{% endstylesheets %}

It produses

<link rel="stylesheet" type="text/css" href="css/ae13694_data_tables_1.css" media="all">
<link rel="stylesheet" type="text/css" href="css/ae13694_registration-form_2.css" media="all">

While generated file is css/ae13694.css and _it is _combined**.

Is there a way to generate matching non combined files other than specifing one stylesheets node for each asset file and setting combine to true?

Assetic : v1.1.2
Twig : v1.15.1

@caseyfw
Copy link

caseyfw commented May 20, 2014

This appears to be a duplicate of issue #183, which has been open for over two years.

@neoascetic
Copy link

For over four years

@pculka
Copy link

pculka commented Sep 29, 2016

and no one here respects http/2.0 :( sad panda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants