jcavanagh
17 Dec 2012, 7:23 AM
Hey,
Not sure if this is the right place, but I found a small issue with tilde expansion on Linux x64. When a path with a tilde in it is provided to the --path argument when running 'sencha generate app', the following crash occurs and the app is not generated correctly: http://pastebin.com/Wh7AddZe
(http://pastebin.com/Wh7AddZe)When an absolute path is provided, 'sencha generate app' functions correctly.
Example crashing command:
sencha generate app --path=~/projects/mobile/src/
Example correctly working command:
sencha generate app --path=/home/jcavanagh/projects/mobile/src/
Thanks,
Joe
Not sure if this is the right place, but I found a small issue with tilde expansion on Linux x64. When a path with a tilde in it is provided to the --path argument when running 'sencha generate app', the following crash occurs and the app is not generated correctly: http://pastebin.com/Wh7AddZe
(http://pastebin.com/Wh7AddZe)When an absolute path is provided, 'sencha generate app' functions correctly.
Example crashing command:
sencha generate app --path=~/projects/mobile/src/
Example correctly working command:
sencha generate app --path=/home/jcavanagh/projects/mobile/src/
Thanks,
Joe