Open GoogleCodeExporter opened 9 years ago
Same issue on Windows/Linux i think the issue is with line 16 var imagemagick =
'C:/Program Files/ImageMagick-6.6.5-Q16/';
Original comment by bandonra...@gmail.com
on 14 Jul 2011 at 6:48
Has same issue on Ubuntu. Don't know enough about sed to fix it there, but
fixed by placing a space between the javascript identifier and the colon. eg.
|
// v - do it like this
google : {
name: 'Google',
url: 'https://www.google.com/accounts/o8/id'
}
|
v - not like this
google: {
name: 'Google',
url: 'https://www.google.com/accounts/o8/id'
}
Original comment by dan.s.w...@gmail.com
on 16 Aug 2011 at 1:43
i am havin this issue too on a macosx machine. and it is definitely noto fixed
by a space between the identifier and the colon. is there another tip?
Original comment by chris.or...@gmail.com
on 18 Mar 2012 at 4:31
Facing the same issue on mac. Tried to execute generate-sprite.sh it shows the
following errors:
./generate-sprite.sh: line 70: montage: command not found
./generate-sprite.sh: line 71: montage: command not found
./generate-sprite.sh: line 72: convert: command not found
rm: small.bmp: No such file or directory
rm: large.bmp: No such file or directory
Original comment by newbillg...@gmail.com
on 18 Dec 2012 at 7:19
Original issue reported on code.google.com by
artgoldb...@gmail.com
on 16 May 2011 at 10:24