How to deploy files

how to deploy the files? For example, I want to introduce the background image in the CSS file, the pictures folder what should be put in place the project?

/public

All things in it will be served on web root.
E.g.: http://yoursite.com/bg.png => /public/bg.png

1 Like

See the detailed documentation here!

http://docs.meteor.com/#/full/structuringyourapp

I have read the document description, but that is not very detailed, some general. The ability to provide a demo or examples help to understand and develop? Thank you

@andorcba I think @laosb’s post explains exactly what you are asking. Maybe expand in detail on what you don’t understand?

@hellstad Yes I know. Http://docs.meteor.com/#/basic/filestructure has given the answer, thank you for your reply