Hi,
I'm trying to compress my JMVC App via stealjs.
I build a phonegap app with JMVC and load all scripts and css-files via stealjs.
When I start the buildjs I get following message:
- C:\Users\...\workspace\Inventory\assets\www>js steal/buildjs inventory/i
- ndex ignore inventory/cordova-2.2.0.js
- steal.compress - Using Google Closure app
- failed to open file file:/C:/Users/.../workspace/Inventory/assets/www/i
- nventory/index/index.js JavaException: java.io.FileNotFoundException: C:\Users
- \...\workspace\Inventory\assets\www\inventory\index\index.js (Das System
- kann den angegebenen Pfad nicht finden)
- !!!!!!!!!!! ERROR !!!!!!!!!!!
- -message = Cannot read property "js" from undefined
- -fileName =
- -name = TypeError
- -lineNumber = 0
- error loading html element [object HTMLScriptElement] TypeError
- : Cannot read property "js" from undefined
Why is steal searching for index\index.js?!?