Difference between revisions of "Developers/Re-generating the environment"

From PartKeepr Wiki
Jump to: navigation, search
(Created page with "PartKeepr uses quite a few helper bundles from Symfony2: * [https://github.com/nfq-alpha/sprite-generator NFQ-Alpha Sprite Generator] creates a [https://en.wikipedia.org/wiki...")
(No difference)

Revision as of 13:08, 10 October 2015

PartKeepr uses quite a few helper bundles from Symfony2:


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.