using grunt-usemin to store minified references at dynamic path

447 Views Asked by At

In one of the project that I am working on, we need to create a folder named after version of the project and the minified JavaScript and CSS files are stored there. As per usemin's documentation, to update the reference in the HTML page, we need to add the build comment.

<!-- build:js 1.2.5/Combinedjs.js -->
<script src="file1.js"></script>
<script src="file2.js"></script>
<!-- endbuild -->

I want the name of folder mentioned above (1.2.5) to be dynamic and I don't want to change the build comment every time before running the grunt tasks. Does usemin provide any options to achieve this?

1

There are 1 best solutions below

2
On

Take a look an alternative project named grunt-applymin: https://github.com/ghosert/grunt-applymin