i'm not fan of gulp possible gulp similar django compressor? in html files:
{% compress js %} <script type="text/javascript" src="one.js"></script> <script type="text/javascript" src="two.js"></script> <script type="text/javascript" src="three.js"></script> <script type="text/javascript" src="four.js"></script> <script type="text/javascript" src="five.js"></script> {% endcompress %} {% compress csss %} <link rel="stylesheet" href="one.css"> <link rel="stylesheet" href="two.css"> <link rel="stylesheet" href="three.css"> <link rel="stylesheet" href="four.css"> <link rel="stylesheet" href="five.css"> {% endcompress %}
the code above automatically create minified , concatenated cached file within tags every page reload
i'm aware gulp in concatenation , minification see(by reading documentation) still need manually code or add files in gulpfile.js through out.
or there other front-end tools can used achieve this?
ps
i'm searching compressor 'front-end only' app