I found the way to build the application autside the javascriptmvc forder. It's small "work around".
The thing is that after build, tha dependencies which url's start with "../" are mapped in production.js in steal not correctly.
So I used 2 rules:
1: The starting 2 files (todo.html and todo.js) must be located in in "javascriptmvc/myproject" folder.
2: All dependencies must NOT start with "../".
The thing is that after build, tha dependencies which url's start with "../" are mapped in production.js in steal not correctly.
So I used 2 rules:
1: The starting 2 files (todo.html and todo.js) must be located in in "javascriptmvc/myproject" folder.
2: All dependencies must NOT start with "../".