You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Evgeny Agafonchikov <ev...@akvelon.com> on 2014/10/17 11:34:43 UTC

CB-7816: Cordova JS doesn't build with Grunt

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: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org