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
Working with a Gruntfile with different environments configured via grunt-config. Setting a value in options.mime based on the build destination like this:
Doesn't work because the value for BUILD_DIR never gets substituted correctly. The mime object that is checked contains the literal string '<%= grunt.config.get("BUILD_DIR") %>/file' for the file path.
Very likely this is an issue with with Grunt or grunt-config directly, but thought I would raise it as I just spent 15 mins figuring out what was wrong :)
The text was updated successfully, but these errors were encountered:
Working with a Gruntfile with different environments configured via
grunt-config
. Setting a value inoptions.mime
based on the build destination like this:Doesn't work because the value for
BUILD_DIR
never gets substituted correctly. The mime object that is checked contains the literal string'<%= grunt.config.get("BUILD_DIR") %>/file'
for the file path.Very likely this is an issue with with Grunt or
grunt-config
directly, but thought I would raise it as I just spent 15 mins figuring out what was wrong :)The text was updated successfully, but these errors were encountered: