How to merge Zend Framework 2 module public directories

后端 未结 3 1093
傲寒
傲寒 2020-12-15 18:19

Some zf2 modules have public directories for distribution of resources such as js/css/images. What is best practice for making these resouces available to the applicaiton?

3条回答
  •  再見小時候
    2020-12-15 18:29

    You could try using phing to manage your build process and have it automate it all. You'd have to write the build script but afterwards it would just be like hitting play on a cd player.

    Of course for testing it would be a pain.

提交回复
热议问题