Skip to content

Conversation

@PhilNehaev
Copy link

I added the ability to call a function and pass it mapping. This will flexible ways to manage output file and to fully own output format.

rev:
  options:
    after: (dirs, mapping, options) ->
      output = {}
      for oldPath, newPath of mapping
        output[path.basename oldPath] = newPath.replace dirs.webapp, ""
      grunt.file.write path.join(dirs.resources, "assetsMap.json"), JSON.stringify(output)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant