Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Assets folder empty #30

@aario

Description

@aario

Assets folder remain empty after install:

> make console CMD="assets:install web --symlink --relative"
docker exec \
        -ti \
        -u www-data \
        sylius-standard-app \
        sylius/bin/console assets:install web --symlink --relative

 Trying to install assets as relative symbolic links.

 --- ------------------------------ ------------------
      Bundle                         Method / Error
 --- ------------------------------ ------------------
  ✔   SonataCoreBundle               relative symlink
  ✔   WhiteOctoberPagerfantaBundle   relative symlink
 --- ------------------------------ ------------------


 [OK] All assets were successfully installed.

Then:

> make console CMD="sylius:theme:assets:install web --symlink --relative"
docker exec \
        -ti \
        -u www-data \
        sylius-standard-app \
        sylius/bin/console sylius:theme:assets:install web --symlink --relative
Trying to install assets as symbolic links.

But then:

> docker exec -ti -u www-data sylius-standard-app \
                        ls -l /var/www/sylius/web/assets/
total 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions