firegento / firegento-magesetup

MageSetup
GNU General Public License v3.0
120 stars 81 forks source link

Where to put files in, if having a custom theme... #312

Closed Supermario72 closed 7 years ago

Supermario72 commented 7 years ago

Hi everyone.

As "newbie" I please need to know, how to copy the files to my installation 1-9.3.6 I have a custom theme... Do I have to put files in "base" or "rwd", or in my custom theme.

Thanks in advance!

Schrank commented 7 years ago

you copy it exactly the way it is, magento will pick up the files with a fallback from (package/theme|translation|skin|...)

custom/custom custom/default base/default

I'm, sure I forgot something here, but it doesn't matter. Copy the files as they are :-)

Supermario72 commented 7 years ago

Thanks a lot ;-)

Supermario72 commented 7 years ago

One question. I understand... all Files from scr to the root, but what about the "docs" folder??? Do I have to copy it in the root, or its content? What about the single files ".gitignore, .travis.yml, composer etc etc..." Do I need them? Do I have to copy them in the root?

Sorry for this "easy" questions ;-)

Schrank commented 7 years ago

No, src into / and the rest can be deleted.

Supermario72 commented 7 years ago

The FOLDER "scr" into / or the content of "scr" into / ???