Hi Everyone, I've found an issue while building cordova-js: https://issues.apache.org/jira/browse/CB-7816 As a quick fix I found that rolling back these changes fixes the issue: - "grunt": "~0.4.1", - "grunt-contrib-clean": "~0.4.1", - "grunt-contrib-jshint": "~0.6.0" + "grunt": "0.4.1", + "grunt-contrib-clean": "0.4.1", + "grunt-contrib-jshint": "0.6.0"
Could you please advise me whether to create a PR to fix this or it is by design and needs some deeper investigation to fix? Thanks, Evgeny --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
