reimagined / resolve

Full stack CQRS, DDD, Event Sourcing framework for Node.js

Home Page:https://reimagined.github.io/resolve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide a way to retrieve a static root path

VasilyStrelyaev opened this issue · comments

We currently have to get a root static path with:

getStaticBasedPath(rootPath, staticPath, '/').slice(0, -1)

It would be great to have a prettier way to do this.