Say we have this in **UrlMappings.groovy**:
``` groovy
static mappings = {
"/foo/$text"(controller: "book", action: "read")
}
```
And in **bookRead.gsp**:
``` groovy
${createLink(controller: "bo…
_**Edit** (April 2014): Updated by @paulirish & @sheerun_
Package unregistering will be available via `bower unregister ` soon, but for now, you can unregister packages yourself using `curl`, if the …