What is the difference between precompiling my assets and compressing my css, jss files? Suppose I were to precompile my assets which then are stored in my public folder, do rails then pick my assets files only from the public folder?
Or is the behavior different for development and production environment?