git - Best Practice Laravel gitignore -


i want ask best practice laravel.

i use gulp js , css. 1 should include on push @ asset folder (use "gulp" on server) or public folder (gulp result)?

which 1 should include on push @ asset folder (use "gulp" on server) or public folder (gulp result)?

any generated content should not, if possible, included in git repo (and pushed)

if can have post-receive hook on server side executes gulp you, best.
being said, isn't possible, , on production server, adding gulp might not possible. in case, versionning generated content acceptable.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -