03-06-2013 11:31 AM
How to package a sencha touch application on Blackberry10 webworks? I am new to blackberry application development please help me out in packaging the application? i dont want to use phonegap as mediator for packaging sencha touch application in BB10
03-07-2013 09:17 AM
Great question. We have a number of getting started learning resources published that help new developers
Check out this page:
http://developer.blackberry.com/devzone/develop/pl
Getting started:
Here is a tutorial:
03-07-2013 09:38 AM
If I'm not mistaken, none of the above links cover what someone needs to do in order to prepare a Sencha touch app for WebWorks.
You will need to use Sencha cmd to package your app into something that Webworks can package into a BlackBerry app. See this:
http://docs.sencha.com/touch/2-1/#!/guide/command_
Use this command:
> sencha app build package
All the files will be in a build/package folder and that will be the source folder that you can give WebWorks so that it can sign your app and create the bar file.
If you want to debug you app, use:
> sencha app build testing
and the files will be in build/testing
03-21-2013 07:46 AM
i tried doing the same thing but i faced an issue with compass, waht is compass exactly, how to resolve those errors?
03-21-2013 09:01 AM
Compass is what allows you to generate your customised theme based on modifictions made to your .scss files.
It's possible to skip this step if you already have the final version of your css in your production resources folder.
Just add
skip.sass
to your
.sencha\app\sencha.cfg file