Closed demoive closed 9 years ago
Same for me here. Any news?
Which version of grunt-crx are you using? I had this when I was on grunt-crx 0.3.2 but it was resolved after upgrading to grunt-crx 1.0.3 . Note that privateKey
needs to move into options.privateKey
, and you need to use a file glob for the src
.
I did the update but it did not work for me. Maybe i forgot to update the config too. I just switched to using the bare crx tool with a script in grunt.
Sorry you all, is it related to #44 and #58. I kind of need your help on #44 if you have time for it :-)
I can confirm that the problem still exists, but updating to grunt-crx 1.0.3 fixes it.
I encounter a
Fatal error: Cannot read property 'length' of null
message when executing this task. It's unclear to me if the error originates withingrunt-crx
(possibly insidelib/crx.js
?) or thecrx
node project or even within Grunt itself (doubtful, I suppose) so filing here for starters.I've noticed that this has been logged before in oncletom/grunt-crx#35 which references oncletom/crx#18 which then mentions being solved by oncletom/crx#20, but these were a year ago and the problem seems to persist.
My environment: Node v0.12.2, Grunt CLI v0.1.13, and Grunt v0.4.5.
Config settings followed by its verbose output: