Rovak / KJSencha

Ext-JS / Sencha Touch Integration Module for Zend Framework 2
Other
24 stars 15 forks source link

Ability to compile the production version of the JS files #14

Open Ocramius opened 11 years ago

Ocramius commented 11 years ago

Currently, KJSencha isn't really friendly with the Sencha CLI.

That's because AssetManager splits JS files all over the modules in a manner that is hard to track.

A solution may be to crawl assets, copy them into a library and then run Sencha CLI there.

Still not sure about the best approach though.

ping @fduarte42