biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Automatic asset publishing of updated modules #30

Closed mzur closed 7 years ago

mzur commented 8 years ago

Implement a mechanism that automatically publishes the assets of updated modules (after composer update or composer install).

mzur commented 8 years ago

This must be manually added to the composer.json for each module. Example:

"post-update-cmd": [
   "php artisan projects:publish"
]

Maybe add a section about this to the readme.

mzur commented 7 years ago

We now have the biigle-distribution package that is already configured to publish assets on composer install.