theme.json Anpassung

Hi,

ich habe das gleiche Problem und komme nicht weiter. Die Änderungen in theme.json werden manchmal übernommen und manchmal nicht.

Ich habe eine eigene SCSS Datei hinzugefügt und jetzt wird nur diese Datei kompiliert. Das gesamte Standard CSS ist nicht mehr da. 

{
  "name": "MyTemplate",
  "author": "My Company",
  "style": [
    "@Storefront",
    "Resources/storefront/style/base.scss"
  ],
  "script": [
    "@Storefront",
    "Resources/storefront/script/dist/all.js"
  ],
  "asset": [
    "Resources/storefront/asset"
  ]
}

Jetzt habe ich alles wieder rückgängig gemacht, aber das Standard CSS wird einfach nicht mehr geladen. Idee was ich tun kann?

{
  "name": "MyTemplate",
  "author": "My Company",
  "style": [
    "@Storefront"
  ],
  "script": [
    "@Storefront",
    "Resources/storefront/script/dist/all.js"
  ],
  "asset": [
    "Resources/storefront/asset"
  ]
}

Ich habe so ziemlich alle bin/console theme:* und plugin:* und cache:* versucht… ohne Erfolg.