sulu / SuluHeadlessBundle

Bundle that provides controllers and services for using Sulu as headless content management system
MIT License
45 stars 25 forks source link

Path to vendor folder in package json example from readme #92

Closed rogoit closed 3 years ago

rogoit commented 3 years ago

Hi friends,

i walked my first steps here. For my project i need to fix the path here. When its a real issue I can give you a PR.

"sulu-headless-bundle": "file:../../../vendor/sulu/headless-bundle/Resources/js-website"

See you Roland

alexander-schranz commented 3 years ago

Depends on where you did create the package.json if its in assets/headless/ it is ../../vendor if its in a deeper subfolder or deeper it is ../../../vendor. So I think the example here is correct if you did store it in assets/headless/package.json directory.

rogoit commented 3 years ago

Ahh my false I stored it in public/asset ;)