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

Feature Request #16

Open
dancalder opened this issue Jul 1, 2017 · 1 comment
Open

Feature Request #16

dancalder opened this issue Jul 1, 2017 · 1 comment

Comments

@dancalder
Copy link

Ability to have defer attribute on output

@ysanmiguel
Copy link

ysanmiguel commented Sep 1, 2017

I think a good Idea might be a setting to get rid of the <style on CSS and <script on JS labels and get only the path address in the placeholder. That is good because you can use the path in any way.

I'm doing it not modifying the snippet manually but I'll need to do it with every update what is not the right thing to do but works very well.

Snippet MinifyX:
Line 40 & 41

? '' . $cacheFolderUrl .  $file . ''
: '' . $cacheFolderUrl . $file . '';

Use example:

<script async src="[[+MinifyX.javascript]]"></script>
<link rel="stylesheet" href="[[+MinifyX.css]]" />

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

2 participants