SenchaTouch Error while Building with SenchaCmd: Failed to find file(s) for depdency reference
May 21, 2013 in answer
ANSWER:
I had to add the directory into the classpath of .sencha/app/sencha.cfg
app.classpath=$app.dir/app.js,$app.dir/app,$app.dir/extensions
this way the senchaCMD found all the files.

New Comments