bacbos / bolt-menu-editor

a visual menu-editor extension for the awesome bolt cms
Other
21 stars 23 forks source link

Does this extension work out of the box if bolt is installed via composer? #8

Closed use closed 9 years ago

use commented 9 years ago

When I install Bolt with composer, then install this extension, I see some resources are resulting in 404:

Which causes the menu editor's UI to not function.

Comparing this extension's composer.json to the composer.json of a sample extension, I don't see an extra/bolt-assets entry - is that why bolt doesn't know to copy these assets to my webroot's /extensions folder?

bacbos commented 9 years ago

Hi Will - there have already been other bugs with the menu editor in the past that turned up when bolt was installed with composer (-> https://github.com/bolt/composer-install), so it's likely that this bug is caused somewhere similar, but I'll look into this in more detail and get back to you.

bacbos commented 9 years ago

@use , I've just pushed an update (2.0.4), the installation is working for me now for both installation methods (composer-style and git-clone style), try it out.

use commented 9 years ago

@bacbos Hey that works perfectly now. Thank you.