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
{{ message }}
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
We are looking for the best way to get the name of the actual collection/grunt task in the json output so what we are looking for in the json is something like this.
{
collection_one: ["source " : "destination"]
}
instead of
{
"source " : "destination"
}
We found a way to accomplish this by editing the filerev source but we don't like this idea. Would there happen to be a trick or different library we could use to accomplish this?
We are looking for the best way to get the name of the actual collection/grunt task in the json output so what we are looking for in the json is something like this.
instead of
We found a way to accomplish this by editing the filerev source but we don't like this idea. Would there happen to be a trick or different library we could use to accomplish this?
The text was updated successfully, but these errors were encountered: