webcomm / magento-boilerplate

HTML5 Twitter Bootstrap 3.1 Magento Boilerplate Template
MIT License
526 stars 191 forks source link

Either my error or Composer issue #127

Closed anthonybachour closed 9 years ago

anthonybachour commented 9 years ago

Hey I tried using the composer method to get the theme but when I tried to copy it over I discovered that the app folder doesn't exist (vendor/webcom.../app) in magento-boilerplate there's only assets and src folders.

Sorry if this is a dumb mistake on my part but I've never used composer before!

bencorlett commented 9 years ago

Hi there,

I believe this may be caused because I’m in the process of rolling out V3 of this project.

I’ve updated the README accordingly.

You just need to change your composer.json file, so that instead of requiring “dev-master”, you require "2.0.x-dev”.

Let me know how you go!

On 19 Jun 2015, at 5:27 am, anthonybachour notifications@github.com wrote:

Hey I tried using the composer method to get the theme but when I tried to copy it over I discovered that the app folder doesn't exist (vendor/webcom.../app) in magento-boilerplate there's only assets and src folders.

Sorry if this is a dumb mistake on my part but I've never used composer before!

— Reply to this email directly or view it on GitHub https://github.com/webcomm/magento-boilerplate/issues/127.

anthonybachour commented 9 years ago

Hey! That worked, you won't believe all the things I tried to make it work with composer haha. Thanks!

bencorlett commented 9 years ago

Haha. It can be quite daunting when you first begin.

Glad to hear you’re sorted.

On 19 Jun 2015, at 2:18 pm, anthonybachour notifications@github.com wrote:

Hey! That worked, you won't believe all the things I tried to make it work with composer haha. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/webcomm/magento-boilerplate/issues/127#issuecomment-113360830.

jwittorf commented 9 years ago

So this can be closed? I'm about to install the module but before I like to check all the issues to prevent some bad suprises. I'd be more confident about installing a module with very few issues ;)