dnadesign / silverstripe-elemental-virtual

Allows Content Blocks to be reused between pages.
BSD 3-Clause "New" or "Revised" License
7 stars 26 forks source link

update loading of requirements and block icon #15

Closed hdpero closed 6 years ago

hdpero commented 6 years ago

As per #13 and #14

wilr commented 6 years ago

The path given for the extra requirements should work (as long as you installed via composer).

Please check that the resources folder exists in your project (created when you composer install / update). There will be another reason why this path didn't exist - Using requirements::css won't work within the CMS (hence the use of extra_requirements).

hdpero commented 6 years ago

@wilr It is installed via composer on both systems (Windows and Linux) and on both of them requirements won't load. with this approach css loads.