I would like to know if it is possible to compress via yui compressor in Symfony2 an inline javascript twig file.
the twig file contains js code as <script>/%JS code%/</script>
The doc states that it works for .js files but didn't mention the inline javascript
Allow me to tell you how I finally did it:
Install the bundle :
https://github.com/nibsirahsieu/SalvaJshrinkBundle
after that use the tag jshrink
<script type="text/javascript">{% jshrink %}
$(document).ready(function() {
// ...
});
{% endjshrink %}</script>
PS: if you're not using symfony you can download the library: https://github.com/tedivm/JShrink
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With