[
https://issues.apache.org/jira/browse/THRIFT-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362431#comment-14362431
]
Hudson commented on THRIFT-3040:
--------------------------------
SUCCESS: Integrated in Thrift #1475 (See
[https://builds.apache.org/job/Thrift/1475/])
THRIFT-3040: wrong main path in bower.json (ra: rev
aad5de793097307e67be78a8d029d3170e229b91)
* bower.json
> 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
> Assignee: Randy Abernethy
> Priority: Minor
> Fix For: 0.9.3
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)