teddy/publisher

发布者从私有文件夹复制文件/文件夹到公共文件夹

dev-master 2016-04-02 21:08 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:48:15 UTC


README

Nette 扩展,从私有文件夹复制文件/文件夹到公共文件夹

用法

composer require teddy/publisher

extensions:
    publisher: Teddy\Publisher\Extension

publisher:
    package1:
        from: %appDir%/../vendor/package1/forms
        to: %wwwDir%
        items:
            - /js/init.js
            - /js/folder
    package2:
        from: %appDir%/../vendor/package2/www
        to: %wwwDir%
        items:
            - /css
            - /js