You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple grunt build where I want to add files from main directory into zip, and additionally add minified javascript resurce from build directory. The config looks following:
I'm running grunt using npm. I refer version 1.4.1 of grunt-contrib-compress.
The problem is, that the rename function is silently ignored. The log message is not written, and the build/js files land under build/js in my zip, and not in js/ as I'd expect.
The documentation is vague, but it mentions using rename in examples in similar way, so I'd expect it to work. It does not, so I'm assuming it's a bug.
The text was updated successfully, but these errors were encountered:
I have a simple grunt build where I want to add files from main directory into zip, and additionally add minified javascript resurce from build directory. The config looks following:
I'm running grunt using npm. I refer version 1.4.1 of grunt-contrib-compress.
The problem is, that the rename function is silently ignored. The log message is not written, and the build/js files land under build/js in my zip, and not in js/ as I'd expect.
The documentation is vague, but it mentions using rename in examples in similar way, so I'd expect it to work. It does not, so I'm assuming it's a bug.
The text was updated successfully, but these errors were encountered: