Zadanie Ostatni build
b2p_SUS-1096
c2p_SUS-1096
2019-10-17 08:07 - Zaplanowany log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/33 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień
[develop 416c338] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański
313 files changed, 5021 insertions(+), 3340 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/database/migrations/2019_10_01_084301_add_bank_swift_to_finance_invoices_table.php
create mode 100644 interak/finance/database/migrations/2019_10_07_153001_finance_create_order_dispatch_confirmations_table.php
create mode 100644 interak/finance/resources/views/_document/_layouts/confirmation.blade.php
create mode 100644 interak/finance/resources/views/_document/order-dispatch/_elements/css-pdf.blade.php
create mode 100644 interak/finance/resources/views/_document/order-dispatch/confirmation.blade.php
create mode 100644 interak/finance/resources/views/admin/order-address/_elements/local-pickup-form.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/_elements/confirmation-panel.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/_elements/edit-local-pickup-address-panel.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/confirmation.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/edit-local-pickup-address.blade.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
create mode 100644 interak/finance/src/Http/Controllers/Admin/OrderDispatchConfirmationController.php
create mode 100644 interak/finance/src/Http/Controllers/User/OrderDispatchConfirmationController.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressService.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressValidator.php
create mode 100644 interak/finance/src/OrderDispatch/Confirmation.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationPdfRenderer.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationRepository.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationService.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationValidator.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/ConfirmationCannotBeCreatedException.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/database/migrations/2019_10_02_082001_extend_tel_nr_from_user_users_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
create mode 100644 resources/templates/osiemnascie/vendor/interak-finance/user/order-dispatch/confirmation.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/details.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/header-vat.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/notes.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/parties.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/signatures.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/summary.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/vat-eu.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[10:07:02] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[10:07:02] Starting 'all'...
[10:07:02] Starting 'task'...
[10:07:02] Starting 'scss-combine'...
[10:07:02] Finished 'scss-combine' after 15 ms
[10:07:02] Finished 'task' after 17 ms
[10:07:02] Starting 'copy'...
[10:07:02] Finished 'copy' after 191 ms
[10:07:02] Starting 'copy'...
[10:07:02] Finished 'copy' after 34 ms
[10:07:02] Starting 'copy'...
[10:07:03] Finished 'copy' after 74 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 5.95 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 16 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 11 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 5.58 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 9.45 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 56 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 5.83 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 39 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 14 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 311 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 74 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 119 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 28 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 5.29 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 88 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 81 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 45 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 55 ms
[10:07:03] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 57 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 23 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 29 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 19 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 63 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 48 ms
[10:07:04] Starting 'version'...
[10:07:04] Finished 'version' after 687 ms
[10:07:04] Finished 'all' after 2.22 s
[10:07:04] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ publi
zamknij
printup_SUS-1127
2020-01-07 12:53 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1127 Programista może skorzystać z komendy do tworzenia modułu +1 8211 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1127-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1127-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at d9af35a Merge "SUS-897 Błędna historia statusów zamówienia po anulowaniu zamówienia w statusie "w realizacji"" into develop




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1127-c2p.d.interakdev.pl/ *********"
"********* refs/changes/11/8211/3 *********"
/home/interak/domains/sus-1127-c2p.d.interakdev.pl
HEAD is now at d9af35a Merge "SUS-897 Błędna historia statusów zamówienia po anulowaniu zamówienia w statusie "w realizacji"" into develop
[develop f7c6fee] SUS-1127 Programista może skorzystać z komendy do tworzenia modułu
Author: Lukasz Lisiak
22 files changed, 779 insertions(+)
create mode 100644 app/Console/Commands/MakeModuleCommand.php
create mode 100644 resources/module/.gitignore
create mode 100644 resources/module/.travis.yml
create mode 100644 resources/module/build.xml
create mode 100644 resources/module/config/config.php.template
create mode 100644 resources/module/database/migrations/[[timestamp]]_seed_[[snakeCaseModuleName]]_permissions.blade.php.template
create mode 100644 resources/module/phpcs-ruleset.xml
create mode 100644 resources/module/phpcs.xml
create mode 100644 resources/module/phpdox.xml
create mode 100644 resources/module/phpmd.xml
create mode 100644 resources/module/phpunit.xml
create mode 100644 resources/module/readme.md.template
create mode 100644 resources/module/resources/views/admin/_elements/menu.blade.php.template
create mode 100644 resources/module/resources/views/front/.gitkeep
create mode 100644 resources/module/resources/views/user/.gitkeep
create mode 100644 resources/module/routes/web.php.template
create mode 100644 resources/module/src/Http/Controllers/Admin/ModuleSettingsController.php.template
create mode 100644 resources/module/src/Http/Controllers/Front/.gitkeep
create mode 100644 resources/module/src/Http/Controllers/User/.gitkeep
create mode 100644 resources/module/src/Http/Middlewares/.gitkeep
create mode 100644 resources/module/src/[[studlyCaseModuleName]]ServiceProvider.php.template
create mode 100644 resources/module/tests/.gitkeep
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[13:41:07] Using gulpfile ~/domains/sus-1127-c2p.d.interakdev.pl/gulpfile.js
[13:41:07] Starting 'all'...
[13:41:07] Starting 'task'...
[13:41:07] Starting 'scss-combine'...
[13:41:07] Finished 'scss-combine' after 13 ms
[13:41:07] Finished 'task' after 15 ms
[13:41:07] Starting 'copy'...
[13:41:07] Finished 'copy' after 146 ms
[13:41:07] Starting 'copy'...
[13:41:07] Finished 'copy' after 27 ms
[13:41:07] Starting 'copy'...
[13:41:08] Finished 'copy' after 36 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 5.16 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 17 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 14 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 8.04 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 13 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 36 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 6.51 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 22 ms
[13:41:08] Starting 'copy'...
[13:41:08] Finished 'copy' after 15 ms
[13:41:08] Starting 'styles'...
[13:41:08] Finished 'styles' after 303 ms
[13:41:08] Starting 'styles'...
[13:41:08] Finished 'styles' after 50 ms
[13:41:08] Starting 'styles'...
[13:41:08] Finished 'styles' after 70 ms
[13:41:08] Starting 'styles'...
[13:41:08] Finished 'styles' after 26 ms
[13:41:08] Starting 'styles'...
[13:41:08] Finished 'styles' after 5.69 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 74 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 61 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 31 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 56 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 57 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 21 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 31 ms
[13:41:08] Starting 'scripts'...
[13:41:08] Finished 'scripts' after 19 ms
[13:41:08] Starting 'scripts'...
[13:41:09] Finished 'scripts' after 57 ms
[13:41:09] Starting 'scripts'...
[13:41:09] Finished 'scripts' after 27 ms
[13:41:09] Starting 'version'...
[13:41:09] Finished 'version' after 575 ms
[13:41:09] Finished 'all' after 1.83 s
[13:41:09] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[13:41:09] Finished 'default' after 15 ms
[13:41:10] Using gulpfile ~/domains/sus-1127-c2p.d.interakdev.pl/gulpfile.js
[13:41:10] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_
zamknij
b2p_SUS-1127
2020-01-10 10:58 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1127 Programista może skorzystać z komendy do tworzenia modułu +1 8225 sites/b2p develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1127-b2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1127-b2p.d.interakdev.pl
"********* RESET: develop *********"
HEAD is now at 2ef72b2 Merge "SUS-897 Błędna historia statusów zamówienia po anulowaniu zamówienia w statusie "w realizacji"" into develop




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/b2p *********"
"********* path: /home/interak/domains/sus-1127-b2p.d.interakdev.pl/ *********"
"********* refs/changes/25/8225/1 *********"
/home/interak/domains/sus-1127-b2p.d.interakdev.pl
HEAD is now at 2ef72b2 Merge "SUS-897 Błędna historia statusów zamówienia po anulowaniu zamówienia w statusie "w realizacji"" into develop
[develop 4cf7adf] SUS-1127 Programista może skorzystać z komendy do tworzenia modułu
Author: Lukasz Lisiak
28 files changed, 932 insertions(+), 3 deletions(-)
create mode 100644 app/Console/Commands/MakeModuleCommand.php
create mode 100644 interak/system/resources/views/admin/module-settings/_elements/edit-panel.blade.php
create mode 100644 interak/system/resources/views/admin/module-settings/_elements/form.blade.php
create mode 100644 interak/system/resources/views/admin/module-settings/edit.blade.php
create mode 100644 interak/system/src/Http/Controllers/Admin/BaseModuleSettingsController.php
create mode 100644 resources/module/.gitignore
create mode 100644 resources/module/.travis.yml
create mode 100644 resources/module/build.xml
create mode 100644 resources/module/config/config.php.template
create mode 100644 resources/module/database/migrations/[[timestamp]]_seed_[[snakeCaseModuleName]]_permissions.blade.php.template
create mode 100644 resources/module/phpcs-ruleset.xml
create mode 100644 resources/module/phpcs.xml
create mode 100644 resources/module/phpdox.xml
create mode 100644 resources/module/phpmd.xml
create mode 100644 resources/module/phpunit.xml
create mode 100644 resources/module/readme.md.template
create mode 100644 resources/module/resources/views/admin/_elements/menu.blade.php.template
create mode 100644 resources/module/resources/views/front/.gitkeep
create mode 100644 resources/module/resources/views/user/.gitkeep
create mode 100644 resources/module/routes/web.php.template
create mode 100644 resources/module/src/Http/Controllers/Admin/ModuleSettingsController.php.template
create mode 100644 resources/module/src/Http/Controllers/Front/.gitkeep
create mode 100644 resources/module/src/Http/Controllers/User/.gitkeep
create mode 100644 resources/module/src/Http/Middlewares/.gitkeep
create mode 100644 resources/module/src/[[studlyCaseModuleName]]ServiceProvider.php.template
create mode 100644 resources/module/tests/.gitkeep
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[11:50:01] Using gulpfile ~/domains/sus-1127-b2p.d.interakdev.pl/gulpfile.js
[11:50:01] Starting 'all'...
[11:50:01] Starting 'task'...
[11:50:01] Starting 'scss-combine'...
[11:50:01] Finished 'scss-combine' after 9.41 ms
[11:50:01] Finished 'task' after 11 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 106 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 20 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 33 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 3.01 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 8.22 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 11 ms
[11:50:01] Starting 'copy'...
[11:50:01] Finished 'copy' after 13 ms
[11:50:01] Starting 'styles'...
[11:50:01] Finished 'styles' after 219 ms
[11:50:01] Starting 'styles'...
[11:50:01] Finished 'styles' after 49 ms
[11:50:01] Starting 'styles'...
[11:50:01] Finished 'styles' after 6.73 ms
[11:50:01] Starting 'scripts'...
[11:50:01] Finished 'scripts' after 64 ms
[11:50:01] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 39 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 42 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 42 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 24 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 41 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 22 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 49 ms
[11:50:02] Starting 'scripts'...
[11:50:02] Finished 'scripts' after 27 ms
[11:50:02] Starting 'version'...
[11:50:02] Finished 'version' after 327 ms
[11:50:02] Finished 'all' after 1.17 s
[11:50:02] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/assets/osiemnascie/js/autosize.js │ │
│ │ │ resources/assets/osiemnascie/js/notifications.js │ │
│ │ │ resources/assets/osiemnascie/js/searcher.js │ │
│ │ │ resources/assets/osiemnascie/js/cart.js │ │
│ │ │ resources/assets/osiemnascie/js/filters.js │ │
│ │ │ resources/assets/osiemnascie/js/instruction.js │ │
│ │ │ resources/assets/osiemnascie/js/upload-details.js │ │
│ │ │ resources/assets/osiemnascie/js/konfigurator.js │ │
│ │ │ resources/assets/osiemnascie/js/daterangepicker.js │ │
│ │ │ resources/assets/osiemnascie/js/selectize.js │ │
│ │ │ resources/assets/osiemnascie/js/revealer.js │ │
│ │ │ resources/assets/osiemnascie/js/mobile.js │ │
│ │ │ resources/assets/osiemnascie/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[11:50:02] Finished 'default' after 22 ms
[11:50:03] Using gulpfile ~/domains/sus-1127-b2p.d.interakdev.pl/gulpfile.js
[11:50:03] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴─────────────────────────────────────────────┴─────────────┘
[11:50:03] Finished 'version' after 116 ms
Pakiet [interak/core]: Nothing to migrate.
Pakiet [interak/system]: Nothing to migrate.
Pakiet [interak/translation]: Nothing to migrate.
Pakiet [interak/mail-queue]: Nothing to migrate.
Pakiet [interak/image]: Nothing to migrate.
Pakiet [interak/user]: Nothing to migrate.
Pakiet [interak/cms]: Nothing to migrate.
Pakiet [interak/system-messages]: Nothing to migrate.
Pakiet [interak/finance]: Nothing to migrate.
Pakiet [interak/product-sdk]: Nothing to migrate.
Pakiet [interak/loyalty-program]: Nothing to migrate.
Pakiet [interak/shop]: Nothing to migrate.
Pakiet [interak/api]: Nothing to migrate.
Pakiet [interak/promotion]: Nothing to migrate.
Pakiet [interak/shop-api]: Nothing to migrate.
Pakiet [interak/attachments]: Nothing to migrate.
Pakiet [interak/production]: Nothing to migrate.
Pakiet [interak/file-store]: Nothing to migrate.
Pakiet [interak/w2p-preflight-messages]: Nothing to migrate.
Pakiet [interak/exports]: Nothing to migrate.
Nothing to migrate.
Route cache cleared!
Cache cleared successfully.
Broadcasting queue restart signal.
Brak tłumaczeń do dodania


[11:50:06] Using gulpfile ~/domains/sus-1127-b2p.d.interakdev.pl/gulpfile.js
[11:50:06] Starting 'all'...
[11:50:06] Starting 'task'...
[11:50:06] Starting 'scss-combine'...
[11:50:06] Finished 'scss-combine' after 10 ms
[11:50:06] Finished 'task' after 13 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 110 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 20 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 27 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 3.1 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 9.07 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 16 ms
[11:50:06] Starting 'copy'...
[11:50:06] Finished 'copy' after 27 ms
[11:50:06] Starting 'styles'...
[11:50:06] Finished 'styles' after 210 ms
[11:50:06] Starting 'styles'...
[11:50:06] Finished 'styles' after 40 ms
[11:50:06] Starting 'styles'...
[11:50:06] Finished 'styles' after 7.31 ms
[11:50:06] Starting 'scripts'...
[11:50:06] Finished 'scripts' after 56 ms
[11:50:06] Starting 'scripts'...
[11:50:06] Finished 'scripts' after 39 ms
[11:50:06] Starting 'scripts'...
[11:50:06] Finished 'scripts' after 27 ms
[11:50:06] Starting 'scripts'...
[11:50:07] Finished 'scripts' after 27 ms
[11:50:07] Starting 'scripts'...
[11:50:07] Finished 'scripts' after 14 ms
[11:50:07] Starting 'scripts'...
[11:50:07] Finished 'scripts' after 25 ms
[11:50:07] Starting 'scripts'...
[11:50:07] Finished 'scripts' after 15 ms
[11:50:07] Starting 'scripts'...
[11:50:07] Finished 'scripts' after 82 ms
[11:50:07] Starting 'scripts'...
[11:50:07] Finished 'scripts' after 26 ms
[11:50:07] Starting 'version'...
[11:50:07] Finished 'version' after 317 ms
[11:50:07] Finished 'all' after 1.12 s
[11:50:07] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
??
zamknij
c2p_SUS-1246
2020-01-24 12:28 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1246 Użytkownik widzi odpowiednią nazwę opcji brak w selecie wyboru rodzaju wykończenia +1 8254 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1246-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1246-c2p.d.interakdev.pl
"********* RESET: develop *********"
Removing interak/cracow-universe/build/
HEAD is now at f3010ce SUS-1225 System wystawił faktury miesięczne za grudzień 2019 ze złą numeracją/zdublowana numeracja faktur




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1246-c2p.d.interakdev.pl/ *********"
"********* refs/changes/54/8254/2 *********"
/home/interak/domains/sus-1246-c2p.d.interakdev.pl
HEAD is now at f3010ce SUS-1225 System wystawił faktury miesięczne za grudzień 2019 ze złą numeracją/zdublowana numeracja faktur
[develop 940a56c] SUS-1246 Użytkownik widzi odpowiednią nazwę opcji brak w selecie wyboru rodzaju wykończenia
Author: Filip Koblański
2 files changed, 2 insertions(+), 2 deletions(-)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[13:16:55] Using gulpfile ~/domains/sus-1246-c2p.d.interakdev.pl/gulpfile.js
[13:16:55] Starting 'all'...
[13:16:55] Starting 'task'...
[13:16:55] Starting 'scss-combine'...
[13:16:55] Finished 'scss-combine' after 11 ms
[13:16:55] Finished 'task' after 13 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 117 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 49 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 184 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 22 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 17 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 8.72 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 4.08 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 6.96 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 67 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 4.09 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 14 ms
[13:16:55] Starting 'copy'...
[13:16:55] Finished 'copy' after 24 ms
[13:16:55] Starting 'styles'...
[13:16:56] Finished 'styles' after 247 ms
[13:16:56] Starting 'styles'...
[13:16:56] Finished 'styles' after 68 ms
[13:16:56] Starting 'styles'...
[13:16:56] Finished 'styles' after 99 ms
[13:16:56] Starting 'styles'...
[13:16:56] Finished 'styles' after 23 ms
[13:16:56] Starting 'styles'...
[13:16:56] Finished 'styles' after 6.38 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 54 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 67 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 29 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 34 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 33 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 11 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 19 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 9.16 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 67 ms
[13:16:56] Starting 'scripts'...
[13:16:56] Finished 'scripts' after 30 ms
[13:16:56] Starting 'version'...
[13:16:57] Finished 'version' after 501 ms
[13:16:57] Finished 'all' after 1.84 s
[13:16:57] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[13:16:57] Finished 'default' after 20 ms
[13:16:58] Using gulpfile ~/domains/sus-1246-c2p.d.interakdev.pl/gulpfile.js
[13:16:58] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴─────────────────────────────────────────────┴─────────────┘
[13:16:58] Finished 'ver
zamknij
printup_SUS-1246
2020-01-23 11:10 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1246 Użytkownik widzi odpowiednią nazwę opcji brak w selecie wyboru rodzaju wykończenia +1 8254 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1246-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1246-c2p.d.interakdev.pl
"********* RESET: develop *********"
Removing .env.old
Removing public/Zlecenia 2017-11-17 162434.xlsx
Removing public/exports/
Removing public/files/
Removing public/img/
Removing public/packages/interak/
Removing resources/views/vendor/interak-cms/_layouts/
Removing resources/views/vendor/interak-cms/admin/page/_elements/visual-editor-blocks/
HEAD is now at ad7329b Release 2020.01.22 (release/2020-01-21)




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1246-c2p.d.interakdev.pl/ *********"
"********* refs/changes/54/8254/1 *********"
/home/interak/domains/sus-1246-c2p.d.interakdev.pl
HEAD is now at ad7329b Release 2020.01.22 (release/2020-01-21)
[develop 048f78b] SUS-1246 Użytkownik widzi odpowiednią nazwę opcji brak w selecie wyboru rodzaju wykończenia
Author: Filip Koblański
1 file changed, 1 insertion(+), 1 deletion(-)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[11:55:14] Using gulpfile ~/domains/sus-1246-c2p.d.interakdev.pl/gulpfile.js
[11:55:14] Starting 'all'...
[11:55:14] Starting 'task'...
[11:55:14] Starting 'scss-combine'...
[11:55:14] Finished 'scss-combine' after 13 ms
[11:55:14] Finished 'task' after 15 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 145 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 24 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 38 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 8.81 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 29 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 12 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 6.2 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 12 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 49 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 8.38 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 19 ms
[11:55:14] Starting 'copy'...
[11:55:14] Finished 'copy' after 14 ms
[11:55:14] Starting 'styles'...
[11:55:14] Finished 'styles' after 296 ms
[11:55:14] Starting 'styles'...
[11:55:14] Finished 'styles' after 62 ms
[11:55:14] Starting 'styles'...
[11:55:14] Finished 'styles' after 81 ms
[11:55:14] Starting 'styles'...
[11:55:14] Finished 'styles' after 26 ms
[11:55:14] Starting 'styles'...
[11:55:14] Finished 'styles' after 8.32 ms
[11:55:14] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 77 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 72 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 29 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 34 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 38 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 13 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 21 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 10 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 52 ms
[11:55:15] Starting 'scripts'...
[11:55:15] Finished 'scripts' after 24 ms
[11:55:15] Starting 'version'...
[11:55:15] Finished 'version' after 499 ms
[11:55:15] Finished 'all' after 1.74 s
[11:55:15] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[11:55:15] Finished 'default' after 15 ms
[11:55:16] Using gulpfile ~/domains/sus-1246-c2p.d.interakdev.pl/gulpfile.js
[11:55:16] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴─────────────────────────────?
zamknij
printup_SUS-1250
2020-01-30 10:05 - Zakończony log changes (1)
"********* CLEAN REPO *********"


/home/interak/domains/sus-1250-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1250-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at f0db1f0 Merge "SUS-1248 - Użytkownik widzi informację o rabacie indywidualnym na ekranie przystąpienia do programu rabatowego" into develop




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1250-c2p.d.interakdev.pl/ *********"
"********* refs/changes/60/8260/10 *********"
/home/interak/domains/sus-1250-c2p.d.interakdev.pl
HEAD is now at f0db1f0 Merge "SUS-1248 - Użytkownik widzi informację o rabacie indywidualnym na ekranie przystąpienia do programu rabatowego" into develop
[develop 8a712e7] SUS-1250 SUS-1252 Użytkownik przystępujący do programu rabatowego otrzymuje mail powitalny System usuwa rabat indywidualny użytkownika gdy ten ręcznie przystępuje do programu
Author: Filip Koblański
17 files changed, 357 insertions(+), 47 deletions(-)
create mode 100644 interak/segmentation/database/migrations/2020_01_27_110401_seed_program_welcome_email.php
create mode 100644 interak/segmentation/src/SegmentAutomation/Automation/Exceptions/NoSegmentAssigned.php
create mode 100644 interak/segmentation/src/SegmentAutomation/Exceptions/NoZeroThresholdSegment.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[10:58:29] Using gulpfile ~/domains/sus-1250-c2p.d.interakdev.pl/gulpfile.js
[10:58:29] Starting 'all'...
[10:58:29] Starting 'task'...
[10:58:29] Starting 'scss-combine'...
[10:58:29] Finished 'scss-combine' after 12 ms
[10:58:29] Finished 'task' after 14 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 152 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 20 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 37 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 6.17 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 24 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 12 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 5.84 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 11 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 52 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 6.49 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 19 ms
[10:58:29] Starting 'copy'...
[10:58:29] Finished 'copy' after 13 ms
[10:58:29] Starting 'styles'...
[10:58:29] Finished 'styles' after 265 ms
[10:58:29] Starting 'styles'...
[10:58:29] Finished 'styles' after 50 ms
[10:58:29] Starting 'styles'...
[10:58:29] Finished 'styles' after 73 ms
[10:58:29] Starting 'styles'...
[10:58:29] Finished 'styles' after 25 ms
[10:58:29] Starting 'styles'...
[10:58:29] Finished 'styles' after 5.8 ms
[10:58:29] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 99 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 80 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 30 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 31 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 39 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 12 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 22 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 10 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 55 ms
[10:58:30] Starting 'scripts'...
[10:58:30] Finished 'scripts' after 25 ms
[10:58:30] Starting 'version'...
[10:58:30] Finished 'version' after 516 ms
[10:58:30] Finished 'all' after 1.72 s
[10:58:30] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[10:58:30] Finished 'default' after 15 ms
[10:58:31] Using gulpfile ~/domains/sus-1250-c2p.d.interakdev.pl/gulpfile.js
[10:58:31] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
zamknij
printup_SUS-1225
2020-01-23 10:16 - Zakończony log changes (1)
"********* CLEAN REPO *********"


/home/interak/domains/sus-1225-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1225-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at ad7329b Release 2020.01.22 (release/2020-01-21)




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1225-c2p.d.interakdev.pl/ *********"
"********* refs/changes/14/8214/5 *********"
/home/interak/domains/sus-1225-c2p.d.interakdev.pl
HEAD is now at ad7329b Release 2020.01.22 (release/2020-01-21)
[develop 3eb20c0] SUS-1225 System wystawił faktury miesięczne za grudzień 2019 ze złą numeracją/zdublowana numeracja faktur
Author: Filip Koblański
5 files changed, 53 insertions(+), 35 deletions(-)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[11:04:43] Using gulpfile ~/domains/sus-1225-c2p.d.interakdev.pl/gulpfile.js
[11:04:43] Starting 'all'...
[11:04:43] Starting 'task'...
[11:04:43] Starting 'scss-combine'...
[11:04:43] Finished 'scss-combine' after 12 ms
[11:04:43] Finished 'task' after 14 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 109 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 16 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 26 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 4.28 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 18 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 11 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 4.37 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 7.18 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 21 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 6.24 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 14 ms
[11:04:43] Starting 'copy'...
[11:04:43] Finished 'copy' after 9.64 ms
[11:04:43] Starting 'styles'...
[11:04:43] Finished 'styles' after 201 ms
[11:04:43] Starting 'styles'...
[11:04:43] Finished 'styles' after 37 ms
[11:04:43] Starting 'styles'...
[11:04:43] Finished 'styles' after 71 ms
[11:04:43] Starting 'styles'...
[11:04:43] Finished 'styles' after 24 ms
[11:04:43] Starting 'styles'...
[11:04:43] Finished 'styles' after 5.34 ms
[11:04:43] Starting 'scripts'...
[11:04:43] Finished 'scripts' after 55 ms
[11:04:43] Starting 'scripts'...
[11:04:43] Finished 'scripts' after 72 ms
[11:04:43] Starting 'scripts'...
[11:04:43] Finished 'scripts' after 49 ms
[11:04:43] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 47 ms
[11:04:44] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 29 ms
[11:04:44] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 12 ms
[11:04:44] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 19 ms
[11:04:44] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 9.45 ms
[11:04:44] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 49 ms
[11:04:44] Starting 'scripts'...
[11:04:44] Finished 'scripts' after 23 ms
[11:04:44] Starting 'version'...
[11:04:44] Finished 'version' after 465 ms
[11:04:44] Finished 'all' after 1.44 s
[11:04:44] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[11:04:44] Finished 'default' after 17 ms
[11:04:45] Using gulpfile ~/domains/sus-1225-c2p.d.interakdev.pl/gulpfile.js
[11:04:45] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴─────────────────────────────────────────────┴─────────────┘
[11:04:45] Finished 'version' after 105 ms
Pak
zamknij
printup_SUS-1248
2020-01-27 11:20 - Zakończony log changes (1)
"********* CLEAN REPO *********"


/home/interak/domains/sus-1248-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1248-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at 3374aec Merge "SUS-1247 Nie można zaksięgować faktur korekt do faktur zbiorczych" into develop




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1248-c2p.d.interakdev.pl/ *********"
"********* refs/changes/59/8259/2 *********"
/home/interak/domains/sus-1248-c2p.d.interakdev.pl
HEAD is now at 3374aec Merge "SUS-1247 Nie można zaksięgować faktur korekt do faktur zbiorczych" into develop
[develop 67e54d1] SUS-1248 - Użytkownik widzi informację o rabacie indywidualnym na ekranie przystąpienia do programu rabatowego
Author: Marcin Sola
4 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 interak/segmentation/resources/views/user/program/individual-discount-panel.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[12:08:56] Using gulpfile ~/domains/sus-1248-c2p.d.interakdev.pl/gulpfile.js
[12:08:56] Starting 'all'...
[12:08:56] Starting 'task'...
[12:08:56] Starting 'scss-combine'...
[12:08:56] Finished 'scss-combine' after 14 ms
[12:08:56] Finished 'task' after 16 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 107 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 16 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 27 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 4.34 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 13 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 11 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 4 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 7.15 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 29 ms
[12:08:56] Starting 'copy'...
[12:08:56] Finished 'copy' after 6.15 ms
[12:08:56] Starting 'copy'...
[12:08:57] Finished 'copy' after 15 ms
[12:08:57] Starting 'copy'...
[12:08:57] Finished 'copy' after 9.02 ms
[12:08:57] Starting 'styles'...
[12:08:57] Finished 'styles' after 193 ms
[12:08:57] Starting 'styles'...
[12:08:57] Finished 'styles' after 55 ms
[12:08:57] Starting 'styles'...
[12:08:57] Finished 'styles' after 91 ms
[12:08:57] Starting 'styles'...
[12:08:57] Finished 'styles' after 23 ms
[12:08:57] Starting 'styles'...
[12:08:57] Finished 'styles' after 4.4 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 52 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 60 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 29 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 31 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 29 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 15 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 18 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 9.19 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 46 ms
[12:08:57] Starting 'scripts'...
[12:08:57] Finished 'scripts' after 18 ms
[12:08:57] Starting 'version'...
[12:08:58] Finished 'version' after 504 ms
[12:08:58] Finished 'all' after 1.45 s
[12:08:58] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[12:08:58] Finished 'default' after 16 ms
[12:08:59] Using gulpfile ~/domains/sus-1248-c2p.d.interakdev.pl/gulpfile.js
[12:08:59] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴───────────
zamknij
b2p_SUS-1247
2020-01-24 12:28 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1247 Nie można zaksięgować faktur korekt do faktur zbiorczych +1 8257 sites/b2p develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1247-b2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1247-b2p.d.interakdev.pl
"********* RESET: develop *********"
HEAD is now at 59b1f82 SUS-1225 System wystawił faktury miesięczne za grudzień 2019 ze złą numeracją/zdublowana numeracja faktur




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/b2p *********"
"********* path: /home/interak/domains/sus-1247-b2p.d.interakdev.pl/ *********"
"********* refs/changes/57/8257/1 *********"
/home/interak/domains/sus-1247-b2p.d.interakdev.pl
HEAD is now at 59b1f82 SUS-1225 System wystawił faktury miesięczne za grudzień 2019 ze złą numeracją/zdublowana numeracja faktur
[develop b5ba24c] SUS-1247 Nie można zaksięgować faktur korekt do faktur zbiorczych
Author: Filip Koblański
1 file changed, 11 insertions(+), 1 deletion(-)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[13:19:50] Using gulpfile ~/domains/sus-1247-b2p.d.interakdev.pl/gulpfile.js
[13:19:50] Starting 'all'...
[13:19:50] Starting 'task'...
[13:19:50] Starting 'scss-combine'...
[13:19:50] Finished 'scss-combine' after 9.46 ms
[13:19:50] Finished 'task' after 11 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 103 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 18 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 30 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 2.95 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 8.28 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 13 ms
[13:19:50] Starting 'copy'...
[13:19:50] Finished 'copy' after 13 ms
[13:19:50] Starting 'styles'...
[13:19:50] Finished 'styles' after 199 ms
[13:19:50] Starting 'styles'...
[13:19:50] Finished 'styles' after 59 ms
[13:19:50] Starting 'styles'...
[13:19:50] Finished 'styles' after 6.49 ms
[13:19:50] Starting 'scripts'...
[13:19:50] Finished 'scripts' after 84 ms
[13:19:50] Starting 'scripts'...
[13:19:50] Finished 'scripts' after 34 ms
[13:19:50] Starting 'scripts'...
[13:19:50] Finished 'scripts' after 28 ms
[13:19:50] Starting 'scripts'...
[13:19:50] Finished 'scripts' after 23 ms
[13:19:50] Starting 'scripts'...
[13:19:50] Finished 'scripts' after 13 ms
[13:19:50] Starting 'scripts'...
[13:19:51] Finished 'scripts' after 23 ms
[13:19:51] Starting 'scripts'...
[13:19:51] Finished 'scripts' after 14 ms
[13:19:51] Starting 'scripts'...
[13:19:51] Finished 'scripts' after 48 ms
[13:19:51] Starting 'scripts'...
[13:19:51] Finished 'scripts' after 21 ms
[13:19:51] Starting 'version'...
[13:19:51] Finished 'version' after 286 ms
[13:19:51] Finished 'all' after 1.05 s
[13:19:51] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/assets/osiemnascie/js/autosize.js │ │
│ │ │ resources/assets/osiemnascie/js/notifications.js │ │
│ │ │ resources/assets/osiemnascie/js/searcher.js │ │
│ │ │ resources/assets/osiemnascie/js/cart.js │ │
│ │ │ resources/assets/osiemnascie/js/filters.js │ │
│ │ │ resources/assets/osiemnascie/js/instruction.js │ │
│ │ │ resources/assets/osiemnascie/js/upload-details.js │ │
│ │ │ resources/assets/osiemnascie/js/konfigurator.js │ │
│ │ │ resources/assets/osiemnascie/js/daterangepicker.js │ │
│ │ │ resources/assets/osiemnascie/js/selectize.js │ │
│ │ │ resources/assets/osiemnascie/js/revealer.js │ │
│ │ │ resources/assets/osiemnascie/js/mobile.js │ │
│ │ │ resources/assets/osiemnascie/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[13:19:51] Finished 'default' after 15 ms
[13:19:52] Using gulpfile ~/domains/sus-1247-b2p.d.interakdev.pl/gulpfile.js
[13:19:52] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴─────────────────────────────────────────────┴─────────────┘
[13:19:52] Finished 'version' after 105 ms
Pakiet [interak/core]: Nothing to migrate.
Pakiet [interak/system]: Nothing to migrate.
Pakiet [interak/translation]: Nothing to migrate.
Pakiet [interak/mail-queue]: Nothing to migrate.
Pakiet [interak/image]: Nothing to migrate.
Pakiet [interak/user]: Nothing to migrate.
Pakiet [interak/cms]: Nothing to migrate.
Pakiet [interak/system-messages]: Nothing to migrate.
Pakiet [interak/finance]: Nothing to migrate.
Pakiet [interak/product-sdk]: Nothing to migrate.
Pakiet [interak/loyalty-program]: Nothing to migrate.
Pakiet [interak/shop]: Nothing to migrate.
Pakiet [interak/api]: Nothing to migrate.
Pakiet [interak/promotion]: Nothing to migrate.
Pakiet [interak/shop-api]: Nothing to migrate.
Pakiet [interak/attachments]: Nothing to migrate.
Pakiet [interak/production]: Nothing to migrate.
Pakiet [interak/file-store]: Nothing to migrate.
Pakiet [interak/w2p-preflight-messages]: Nothing to migrate.
Pakiet [interak/exports]: Nothing to migrate.
Nothing to migrate.
Route cache cleared!
Cache cleared successfully.
Broadcasting queue restart signal.
Brak tłumaczeń do dodania


[13:19:54] Using gulpfile ~/domains/sus-1247-b2p.d.interakdev.pl/gulpfile.js
[13:19:54] Starting 'all'...
[13:19:54] Starting 'task'...
[13:19:54] Starting 'scss-combine'...
[13:19:54] Finished 'scss-combine' after 9.22 ms
[13:19:54] Finished 'task' after 11 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 96 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 23 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 31 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 2.84 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 7.75 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 11 ms
[13:19:54] Starting 'copy'...
[13:19:54] Finished 'copy' after 13 ms
[13:19:54] Starting 'styles'...
[13:19:55] Finished 'styles' after 193 ms
[13:19:55] Starting 'styles'...
[13:19:55] Finished 'styles' after 41 ms
[13:19:55] Starting 'styles'...
[13:19:55] Finished 'styles' after 7.35 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 64 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 45 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 32 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 29 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 15 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 22 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 9.98 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 55 ms
[13:19:55] Starting 'scripts'...
[13:19:55] Finished 'scripts' after 35 ms
[13:19:55] Starting 'version'...
[13:19:55] Finished 'version' after 312 ms
[13:19:55] Finished 'all' after 1.06 s
[13:19:55] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │
zamknij
c2p_SUS-1247
2020-01-24 12:15 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1247 Nie można zaksięgować faktur korekt do faktur zbiorczych +1 8256 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1247-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1247-c2p.d.interakdev.pl
"********* RESET: develop *********"
Removing .env.old
Removing public/Zlecenia 2017-11-17 162434.xlsx
Removing public/exports/
Removing public/files/
Removing public/img/
Removing public/packages/interak/
Removing resources/views/vendor/interak-cms/_layouts/
Removing resources/views/vendor/interak-cms/admin/page/_elements/visual-editor-blocks/
HEAD is now at ad7329b Release 2020.01.22 (release/2020-01-21)




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1247-c2p.d.interakdev.pl/ *********"
"********* refs/changes/56/8256/1 *********"
/home/interak/domains/sus-1247-c2p.d.interakdev.pl
HEAD is now at ad7329b Release 2020.01.22 (release/2020-01-21)
[develop 86fb00e] SUS-1247 Nie można zaksięgować faktur korekt do faktur zbiorczych
Author: Filip Koblański
1 file changed, 11 insertions(+), 1 deletion(-)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[13:00:36] Using gulpfile ~/domains/sus-1247-c2p.d.interakdev.pl/gulpfile.js
[13:00:36] Starting 'all'...
[13:00:36] Starting 'task'...
[13:00:36] Starting 'scss-combine'...
[13:00:36] Finished 'scss-combine' after 11 ms
[13:00:36] Finished 'task' after 13 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 115 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 21 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 25 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 4.49 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 11 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 8.38 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 4.2 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 6.79 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 19 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 5.13 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 16 ms
[13:00:36] Starting 'copy'...
[13:00:36] Finished 'copy' after 16 ms
[13:00:36] Starting 'styles'...
[13:00:37] Finished 'styles' after 221 ms
[13:00:37] Starting 'styles'...
[13:00:37] Finished 'styles' after 40 ms
[13:00:37] Starting 'styles'...
[13:00:37] Finished 'styles' after 72 ms
[13:00:37] Starting 'styles'...
[13:00:37] Finished 'styles' after 27 ms
[13:00:37] Starting 'styles'...
[13:00:37] Finished 'styles' after 5.68 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 55 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 59 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 33 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 30 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 32 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 12 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 26 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 16 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 77 ms
[13:00:37] Starting 'scripts'...
[13:00:37] Finished 'scripts' after 25 ms
[13:00:37] Starting 'version'...
[13:00:38] Finished 'version' after 472 ms
[13:00:38] Finished 'all' after 1.48 s
[13:00:38] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[13:00:38] Finished 'default' after 16 ms
[13:00:39] Using gulpfile ~/domains/sus-1247-c2p.d.interakdev.pl/gulpfile.js
[13:00:39] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────?
zamknij
printup_SUS-1212
2020-01-14 07:39 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1212 Administrator może powiązać produkt w sklepie z produktem w SELL CRM +1 8228 sites/printup sell
"********* CLEAN REPO *********"


/home/interak/domains/sus-1212-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: sell *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1212-c2p.d.interakdev.pl
"********* RESET: sell *********"
Removing interak/cracow-universe/build/
HEAD is now at fd64711 SUS-1211 Administrator może powiązać segment w sklepie z segmentem w CRM




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1212-c2p.d.interakdev.pl/ *********"
"********* refs/changes/28/8228/4 *********"
/home/interak/domains/sus-1212-c2p.d.interakdev.pl
HEAD is now at fd64711 SUS-1211 Administrator może powiązać segment w sklepie z segmentem w CRM
[sell a95aa08] SUS-1212 Administrator może powiązać produkt w sklepie z produktem w SELL CRM
Author: Lukasz Lisiak
29 files changed, 857 insertions(+), 2 deletions(-)
create mode 100644 interak/core/resources/views/_elements/tabs-widget.blade.php
create mode 100644 interak/shop-sell-crm/database/migrations/2020_01_10_150654_create_shop_sell_crm_products_table.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/_elements/add-link.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/_elements/create-panel.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/_elements/edit-panel.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/_elements/form.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/_elements/list-panel.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/_elements/products.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/create.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/edit.blade.php
create mode 100644 interak/shop-sell-crm/resources/views/admin/product/index.blade.php
create mode 100644 interak/shop-sell-crm/src/Http/Controllers/Admin/ProductController.php
create mode 100644 interak/shop-sell-crm/src/Products/Exceptions/UnknownType.php
create mode 100644 interak/shop-sell-crm/src/Products/LargeFormatProductRepository.php
create mode 100644 interak/shop-sell-crm/src/Products/PremadeProductRepository.php
create mode 100644 interak/shop-sell-crm/src/Products/Presenters/LargeFormat.php
create mode 100644 interak/shop-sell-crm/src/Products/Presenters/Premade.php
create mode 100644 interak/shop-sell-crm/src/Products/Presenters/ProductPresenter.php
create mode 100644 interak/shop-sell-crm/src/Products/Presenters/W2p.php
create mode 100644 interak/shop-sell-crm/src/Products/Product.php
create mode 100644 interak/shop-sell-crm/src/Products/ProductRepository.php
create mode 100644 interak/shop-sell-crm/src/Products/ProductService.php
create mode 100755 interak/shop-sell-crm/src/Products/ProductValidator.php
create mode 100644 interak/shop-sell-crm/src/Products/ProductsProvider.php
create mode 100644 interak/shop-sell-crm/src/Products/ShopProductRepository.php
create mode 100644 interak/shop-sell-crm/src/Products/Types.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[08:27:14] Using gulpfile ~/domains/sus-1212-c2p.d.interakdev.pl/gulpfile.js
[08:27:14] Starting 'all'...
[08:27:14] Starting 'task'...
[08:27:14] Starting 'scss-combine'...
[08:27:14] Finished 'scss-combine' after 17 ms
[08:27:14] Finished 'task' after 20 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 152 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 20 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 46 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 6.71 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 14 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 11 ms
[08:27:14] Starting 'copy'...
[08:27:14] Finished 'copy' after 15 ms
[08:27:14] Starting 'copy'...
[08:27:15] Finished 'copy' after 9.74 ms
[08:27:15] Starting 'copy'...
[08:27:15] Finished 'copy' after 50 ms
[08:27:15] Starting 'copy'...
[08:27:15] Finished 'copy' after 8.01 ms
[08:27:15] Starting 'copy'...
[08:27:15] Finished 'copy' after 22 ms
[08:27:15] Starting 'copy'...
[08:27:15] Finished 'copy' after 18 ms
[08:27:15] Starting 'styles'...
[08:27:15] Finished 'styles' after 276 ms
[08:27:15] Starting 'styles'...
[08:27:15] Finished 'styles' after 43 ms
[08:27:15] Starting 'styles'...
[08:27:15] Finished 'styles' after 72 ms
[08:27:15] Starting 'styles'...
[08:27:15] Finished 'styles' after 24 ms
[08:27:15] Starting 'styles'...
[08:27:15] Finished 'styles' after 6.98 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 76 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 93 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 37 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 35 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 37 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 13 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 31 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 13 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 61 ms
[08:27:15] Starting 'scripts'...
[08:27:15] Finished 'scripts' after 23 ms
[08:27:15] Starting 'version'...
[08:27:16] Finished 'version' after 531 ms
[08:27:16] Finished 'all' after 1.77 s
[08:27:16] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[08:27:16] Finished 'default' after 15 ms
[08:27:17] Using gulpfile ~/domains/sus-1212-c2p.d.interakdev.pl/gulpfile.js
[08:27:17] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │
zamknij
printup_SUS-1116
2020-01-16 11:32 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1116 - Administrator konta może ustawić subkontu indywidualne opcje widoczności +1 8238 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1116-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1116-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at 8c06581 SUS-1238 - [do wydania] Raport użytkowników zawiera kolumnę Kraj




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1116-c2p.d.interakdev.pl/ *********"
"********* refs/changes/38/8238/5 *********"
/home/interak/domains/sus-1116-c2p.d.interakdev.pl
HEAD is now at 8c06581 SUS-1238 - [do wydania] Raport użytkowników zawiera kolumnę Kraj
[develop 3f68076] SUS-1116 - Administrator konta może ustawić subkontu indywidualne opcje widoczności
Author: Marcin Sola
15 files changed, 251 insertions(+), 10 deletions(-)
create mode 100644 interak/shop/database/migrations/2020_01_14_125212_add_repo_visibility_others_group.php
create mode 100644 interak/shop/database/migrations/2020_01_14_133254_change_file_upload_permissions.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[12:20:39] Using gulpfile ~/domains/sus-1116-c2p.d.interakdev.pl/gulpfile.js
[12:20:39] Starting 'all'...
[12:20:39] Starting 'task'...
[12:20:39] Starting 'scss-combine'...
[12:20:39] Finished 'scss-combine' after 11 ms
[12:20:39] Finished 'task' after 13 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 108 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 24 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 27 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 4.68 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 13 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 8.72 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 4.02 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 8.43 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 23 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 6.7 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 16 ms
[12:20:39] Starting 'copy'...
[12:20:39] Finished 'copy' after 12 ms
[12:20:39] Starting 'styles'...
[12:20:39] Finished 'styles' after 226 ms
[12:20:39] Starting 'styles'...
[12:20:39] Finished 'styles' after 45 ms
[12:20:39] Starting 'styles'...
[12:20:39] Finished 'styles' after 66 ms
[12:20:39] Starting 'styles'...
[12:20:39] Finished 'styles' after 26 ms
[12:20:39] Starting 'styles'...
[12:20:39] Finished 'styles' after 5.66 ms
[12:20:39] Starting 'scripts'...
[12:20:39] Finished 'scripts' after 56 ms
[12:20:39] Starting 'scripts'...
[12:20:39] Finished 'scripts' after 57 ms
[12:20:39] Starting 'scripts'...
[12:20:39] Finished 'scripts' after 36 ms
[12:20:39] Starting 'scripts'...
[12:20:39] Finished 'scripts' after 35 ms
[12:20:39] Starting 'scripts'...
[12:20:39] Finished 'scripts' after 53 ms
[12:20:39] Starting 'scripts'...
[12:20:40] Finished 'scripts' after 21 ms
[12:20:40] Starting 'scripts'...
[12:20:40] Finished 'scripts' after 31 ms
[12:20:40] Starting 'scripts'...
[12:20:40] Finished 'scripts' after 13 ms
[12:20:40] Starting 'scripts'...
[12:20:40] Finished 'scripts' after 58 ms
[12:20:40] Starting 'scripts'...
[12:20:40] Finished 'scripts' after 24 ms
[12:20:40] Starting 'version'...
[12:20:40] Finished 'version' after 511 ms
[12:20:40] Finished 'all' after 1.54 s
[12:20:40] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[12:20:40] Finished 'default' after 15 ms
[12:20:41] Using gulpfile ~/domains/sus-1116-c2p.d.interakdev.pl/gulpfile.js
[12:20:41] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴────────────────────────?
zamknij
b2p_SUS-1237
2020-01-15 15:27 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1237 - Admin widzi w raporcie użytkowników kolumnę z "zaakceptowanym użytkownikiem" +1 8240 sites/b2p develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1237-b2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1237-b2p.d.interakdev.pl
"********* RESET: develop *********"
HEAD is now at d61daff SUS-1238 - [do wydania] Raport użytkowników zawiera kolumnę Kraj




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/b2p *********"
"********* path: /home/interak/domains/sus-1237-b2p.d.interakdev.pl/ *********"
"********* refs/changes/40/8240/1 *********"
/home/interak/domains/sus-1237-b2p.d.interakdev.pl
HEAD is now at d61daff SUS-1238 - [do wydania] Raport użytkowników zawiera kolumnę Kraj
[develop f942a96] SUS-1237 - Admin widzi w raporcie użytkowników kolumnę z "zaakceptowanym użytkownikiem"
Author: Marcin Sola
4 files changed, 6 insertions(+)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:53:21] Using gulpfile ~/domains/sus-1237-b2p.d.interakdev.pl/gulpfile.js
[15:53:21] Starting 'all'...
[15:53:21] Starting 'task'...
[15:53:21] Starting 'scss-combine'...
[15:53:21] Finished 'scss-combine' after 9.7 ms
[15:53:21] Finished 'task' after 12 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 139 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 22 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 33 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 3.38 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 9.37 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 12 ms
[15:53:21] Starting 'copy'...
[15:53:21] Finished 'copy' after 14 ms
[15:53:21] Starting 'styles'...
[15:53:21] Finished 'styles' after 273 ms
[15:53:21] Starting 'styles'...
[15:53:21] Finished 'styles' after 58 ms
[15:53:21] Starting 'styles'...
[15:53:21] Finished 'styles' after 12 ms
[15:53:21] Starting 'scripts'...
[15:53:21] Finished 'scripts' after 77 ms
[15:53:21] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 39 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 36 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 24 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 13 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 26 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 9.72 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 49 ms
[15:53:22] Starting 'scripts'...
[15:53:22] Finished 'scripts' after 23 ms
[15:53:22] Starting 'version'...
[15:53:22] Finished 'version' after 291 ms
[15:53:22] Finished 'all' after 1.18 s
[15:53:22] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/assets/osiemnascie/js/autosize.js │ │
│ │ │ resources/assets/osiemnascie/js/notifications.js │ │
│ │ │ resources/assets/osiemnascie/js/searcher.js │ │
│ │ │ resources/assets/osiemnascie/js/cart.js │ │
│ │ │ resources/assets/osiemnascie/js/filters.js │ │
│ │ │ resources/assets/osiemnascie/js/instruction.js │ │
│ │ │ resources/assets/osiemnascie/js/upload-details.js │ │
│ │ │ resources/assets/osiemnascie/js/konfigurator.js │ │
│ │ │ resources/assets/osiemnascie/js/daterangepicker.js │ │
│ │ │ resources/assets/osiemnascie/js/selectize.js │ │
│ │ │ resources/assets/osiemnascie/js/revealer.js │ │
│ │ │ resources/assets/osiemnascie/js/mobile.js │ │
│ │ │ resources/assets/osiemnascie/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:53:22] Finished 'default' after 13 ms
[15:53:23] Using gulpfile ~/domains/sus-1237-b2p.d.interakdev.pl/gulpfile.js
[15:53:23] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴─────────────────────────────────────────────┴─────────────┘
[15:53:23] Finished 'version' after 117 ms
Pakiet [interak/core]: Nothing to migrate.
Pakiet [interak/system]: Nothing to migrate.
Pakiet [interak/translation]: Nothing to migrate.
Pakiet [interak/mail-queue]: Nothing to migrate.
Pakiet [interak/image]: Nothing to migrate.
Pakiet [interak/user]: Nothing to migrate.
Pakiet [interak/cms]: Nothing to migrate.
Pakiet [interak/system-messages]: Nothing to migrate.
Pakiet [interak/finance]: Nothing to migrate.
Pakiet [interak/product-sdk]: Nothing to migrate.
Pakiet [interak/loyalty-program]: Nothing to migrate.
Pakiet [interak/shop]: Nothing to migrate.
Pakiet [interak/api]: Nothing to migrate.
Pakiet [interak/promotion]: Nothing to migrate.
Pakiet [interak/shop-api]: Nothing to migrate.
Pakiet [interak/attachments]: Nothing to migrate.
Pakiet [interak/production]: Nothing to migrate.
Pakiet [interak/file-store]: Nothing to migrate.
Pakiet [interak/w2p-preflight-messages]: Nothing to migrate.
Pakiet [interak/exports]: Nothing to migrate.
Nothing to migrate.
Route cache cleared!
Cache cleared successfully.
Broadcasting queue restart signal.
Brak tłumaczeń do dodania


[15:53:26] Using gulpfile ~/domains/sus-1237-b2p.d.interakdev.pl/gulpfile.js
[15:53:26] Starting 'all'...
[15:53:26] Starting 'task'...
[15:53:26] Starting 'scss-combine'...
[15:53:26] Finished 'scss-combine' after 11 ms
[15:53:26] Finished 'task' after 13 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 110 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 24 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 34 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 3.68 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 8.8 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 15 ms
[15:53:26] Starting 'copy'...
[15:53:26] Finished 'copy' after 15 ms
[15:53:26] Starting 'styles'...
[15:53:26] Finished 'styles' after 248 ms
[15:53:26] Starting 'styles'...
[15:53:26] Finished 'styles' after 43 ms
[15:53:26] Starting 'styles'...
[15:53:26] Finished 'styles' after 6.93 ms
[15:53:26] Starting 'scripts'...
[15:53:26] Finished 'scripts' after 68 ms
[15:53:26] Starting 'scripts'...
[15:53:26] Finished 'scripts' after 40 ms
[15:53:26] Starting 'scripts'...
[15:53:26] Finished 'scripts' after 33 ms
[15:53:26] Starting 'scripts'...
[15:53:26] Finished 'scripts' after 27 ms
[15:53:26] Starting 'scripts'...
[15:53:27] Finished 'scripts' after 13 ms
[15:53:27] Starting 'scripts'...
[15:53:27] Finished 'scripts' after 23 ms
[15:53:27] Starting 'scripts'...
[15:53:27] Finished 'scripts' after 9.65 ms
[15:53:27] Starting 'scripts'...
[15:53:27] Finished 'scripts' after 50 ms
[15:53:27] Starting 'scripts'...
[15:53:27] Finished 'scripts' after 48 ms
[15:53:27] Starting 'version'...
[15:53:27] Finished 'version' after 378 ms
[15:53:27] Finished 'all' after 1.22 s
[15:53:27] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/osiemnascie/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │
zamknij
c2p_SUS-1237
2020-01-15 15:10 - Zakończony log changes (1)


Zmiany Weryfikacja ID Projekt Branch
SUS-1237 - Admin widzi w raporcie użytkowników kolumnę z "zaakceptowanym użytkownikiem" +1 8239 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1237-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1237-c2p.d.interakdev.pl
"********* RESET: develop *********"
Removing .env.old
Removing public/Zlecenia 2017-11-17 162434.xlsx
Removing public/exports/
Removing public/files/
Removing public/img/
Removing public/packages/interak/
Removing resources/views/vendor/interak-cms/_layouts/
Removing resources/views/vendor/interak-cms/admin/page/_elements/visual-editor-blocks/
HEAD is now at 8c06581 SUS-1238 - [do wydania] Raport użytkowników zawiera kolumnę Kraj




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1237-c2p.d.interakdev.pl/ *********"
"********* refs/changes/39/8239/2 *********"
/home/interak/domains/sus-1237-c2p.d.interakdev.pl
HEAD is now at 8c06581 SUS-1238 - [do wydania] Raport użytkowników zawiera kolumnę Kraj
[develop fae1e94] SUS-1237 - Admin widzi w raporcie użytkowników kolumnę z "zaakceptowanym użytkownikiem"
Author: Marcin Sola
4 files changed, 12 insertions(+)
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:50:05] Using gulpfile ~/domains/sus-1237-c2p.d.interakdev.pl/gulpfile.js
[15:50:05] Starting 'all'...
[15:50:05] Starting 'task'...
[15:50:05] Starting 'scss-combine'...
[15:50:05] Finished 'scss-combine' after 12 ms
[15:50:05] Finished 'task' after 14 ms
[15:50:05] Starting 'copy'...
[15:50:05] Finished 'copy' after 158 ms
[15:50:05] Starting 'copy'...
[15:50:05] Finished 'copy' after 27 ms
[15:50:05] Starting 'copy'...
[15:50:06] Finished 'copy' after 44 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 7 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 26 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 11 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 5.23 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 10 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 49 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 6.43 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 21 ms
[15:50:06] Starting 'copy'...
[15:50:06] Finished 'copy' after 18 ms
[15:50:06] Starting 'styles'...
[15:50:06] Finished 'styles' after 340 ms
[15:50:06] Starting 'styles'...
[15:50:06] Finished 'styles' after 48 ms
[15:50:06] Starting 'styles'...
[15:50:06] Finished 'styles' after 72 ms
[15:50:06] Starting 'styles'...
[15:50:06] Finished 'styles' after 24 ms
[15:50:06] Starting 'styles'...
[15:50:06] Finished 'styles' after 5.63 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 69 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 62 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 33 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 31 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 41 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 23 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 29 ms
[15:50:06] Starting 'scripts'...
[15:50:06] Finished 'scripts' after 12 ms
[15:50:06] Starting 'scripts'...
[15:50:07] Finished 'scripts' after 59 ms
[15:50:07] Starting 'scripts'...
[15:50:07] Finished 'scripts' after 28 ms
[15:50:07] Starting 'version'...
[15:50:07] Finished 'version' after 537 ms
[15:50:07] Finished 'all' after 1.82 s
[15:50:07] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/menu.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:50:07] Finished 'default' after 18 ms
[15:50:08] Using gulpfile ~/domains/sus-1237-c2p.d.interakdev.pl/gulpfile.js
[15:50:08] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/bundle_osiemnascie.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴───────────────────??
zamknij