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
Remove importmap:pins rake task in favor of bin/importmap json CLI (#43)
This rake task was added in f42f53e
before the `bin/importmap` CLI existed. Its function is identical to
the `bin/importmap json` command, though, so let's remove it to
consolidate around the `bin/importmap` CLI (which also hosts the `pin`
and `unpin` commands).
0 commit comments