Developers/Re-generating the environment
From PartKeepr Wiki
PartKeepr uses quite a few helper bundles from Symfony2:
- NFQ-Alpha Sprite Generator creates a CSS sprite sheet from individual icons
- Doctrine Reflection Bundle generates ExtJS Models from Doctrine Entities
- Assetic combines and minifies the source JavaScript
If you change the Doctrine entities, you must run
php app/console generate:extjs:entities
to re-generate the ExtJS Models. If you change JavaScript source, you must run
php app/console assetic:dump
to minify the JS files. Note that this should not be required if you are using the dev environment.