Paul Smith created THRIFT-3040:
----------------------------------
Summary: bower.json wrong "main" path
Key: THRIFT-3040
URL: https://issues.apache.org/jira/browse/THRIFT-3040
Project: Thrift
Issue Type: Bug
Components: JavaScript - Library
Affects Versions: 0.9.2
Reporter: Paul Smith
How to produce:
bower install thrift -save
grunt wiredep
with the current path thrift is not included.
it has to be changed from
- "main": "lib/js/thrift.js",
to
+ "main": "lib/js/src/thrift.js",
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)