Yes -
mix.version(['path/to/files.js']);
The current mix version() function version all compiled files. However I don't want some of the compiled files to be versioned. Can I do that? The version() function in elixir only versions the file which I called the version() on it. Can I have this back?
Please or to participate in this conversation.