Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make installation of Bower deps optional (#66)
NodeCG is soon to remove its dependency on Bower entirely, so there might not be a `bower.json` present when setting up a new NodeCG instance. Therefore, we must check for the presence of a `bower.json` file before attempting to run `bower install`.
- Loading branch information