# File lib/sprocket.rb, line 26
    def configurations
      @conf ||= YAML.load(IO.read(Sprocket.configuration_path)) || {}
      @conf.keys
    end