Magento Stack Exchange is a question and answer site for users of the Magento e-Commerce platform. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

i just installed magento 2 on localhost, the logo do not appeared, after i use the command in console php magento setup:static-content:deploy , all the static files are generated, why magento 2 need this command to make the static file be generated?

share|improve this question
up vote 0 down vote accepted

you can refer magento devdocs team documentation for more info about this command,

Use of Static content deploy in magento 2

Here given information is useful for beginners.

share|improve this answer
    
It might depend on what mode you're in. The initial mode, default, and developer both cause static files to be generated when you update thing (e.g., install, upgrade, add products, add images, and so on). Still, I see a lot of suggestions for using this command, so dunno. – Steve Johnson Aug 3 at 23:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.