Closed JoveYu closed 7 years ago
What do you mean?
Writing something like
<!-- build:js lib1.js -->
<script src="some_file.js"></script>
<!-- endbuild -->
Will replace some_file.js
with lib1.js
Does this answer your question or did you mean another scenario?
as what README say,
we can use
remove
to delete a script, so how toadd
a script orreplace
a script?