Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.2
-
None
Description
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",
Pull request on GitHub: https://github.com/apache/thrift/pull/398