Closed loopj closed 9 years ago
The main declaration in bower.json currently uses absolute paths for some reason, which breaks major bower tools such as main-bower-files.
main
bower.json
This PR removes the initial path slash, as recommended in the bower.json spec.
+1
:+1:
It breaks wiredep too, and probably every tool which conforms to the Bower specification.
This also seems to fix a couple of outstanding issues. Thank you!
The
main
declaration inbower.json
currently uses absolute paths for some reason, which breaks major bower tools such as main-bower-files.This PR removes the initial path slash, as recommended in the bower.json spec.