class Sprockets::Context

def depend_on_env(key)

environment variable will invalidate the cache of the source file.
This is used for caching purposes. Any changes in the value of the

variable.
`depend_on_env` allows you to state a dependency on an environment
def depend_on_env(key)
  @dependencies << "env:#{key}"
end