Hmm, that's mine:

$ tree build/
build/
├── index.html
├── resource
│   ├── qx
│   │   ├── mobile
│   │   │   ├── css
│   │   │   │   ├── LICENSE
│   │   │   │   └── custom.css
│   │   │   └── js
│   │   │       ├── iscroll.js
│   │   │       └── iscroll.min.js
│   │   └── static
│   │       └── blank.html
│   └── razzle_dazzle
│       ├── css
│       │   ├── custom.css
│       │   └── custom.css.map
│       └── scss
│           └── custom.scss
└── script
     └── razzle_dazzle.js

10 directories, 10 files

$ tree source/
source/
├── class
│   └── razzle_dazzle
│       ├── Application.js
│       ├── __init__.js
│       ├── page
│       │   ├── Login.js
│       │   ├── Overview.js
│       │   └── __init__.js
│       └── test
│           └── DemoTest.js
├── index.html
├── resource
│   ├── index.html
│   └── razzle_dazzle
│       ├── css
│       │   ├── custom.css
│       │   └── custom.css.map
│       └── scss
│           └── custom.scss
├── script
│   └── razzle_dazzle.js
├── theme
│   └── razzle_dazzle
│       └── scss
│           ├── _styles.scss
│           └── custom.scss
└── translation
     └── readme.txt

13 directories, 15 files

Can you post your source, too?

Regards
Richard

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to