hatimeria / HatimeriaExtJSBundle

ExtJS Bundle is an ExtJS (JavaScript framework) Direct Backend Implementation for Symfony2 Framework.
http://hatimeria.com
MIT License
21 stars 8 forks source link

waouh cool work ! #1

Closed goof03 closed 13 years ago

goof03 commented 13 years ago

But which extjs4 version do u use exactly ? (it's not seems to be the last one)

Could you add a config option to include :

ext-debug.js because in Extjs4.0 official doc : "ext-all-debug.js - This file contains the entire Ext JS library. This can be helpful for shortening your initial learning curve, however ext-debug.js is preferred in most cases for actual application development."

and i have some problem with Ext.loader in debug mode with MVC Architecture.

Do you have plan for minify extjs4 code with Assetic ?

But thanks it's a cool bundle :)

freakphp commented 13 years ago

Hey. There will be of course option to include all-debug, but there was no time to that. We will add it shortly.

We planning to use assetic as well, but not at the moment.

I think it is 4.0.0 (stable one) but i'm not sure

freakphp commented 13 years ago

Thanks for suggestions! :D Feel free to add more of them. You can create separate issue with including ext-all-debug.js as an option and separate for with Ext.loader issue.

So we can close these one.

goof03 commented 13 years ago

hmm, it's the same issue in fact but i'm not very familiar with git yet. and don't know if a fork is necessary.

I solve my issue with:

But i think it will better to include a direct-api-handler-debug.js on dev environnement. But without a way to minify for prod environnement it's not very helpfull but it's much better for dev env with Ext.loader stuff…

This is where I'am, I continue to investigate to see if my "patch" does not break anything i try to port my own app under your cool bundle ;-) …

Ps: I think it will be better to keep extjs exemples directory because there is intersting widgets in /ux, like multiselect or livesearch etc …

wujashek commented 13 years ago

Issues splitted, I will fix them this week