# File lib/jammit.rb, line 199
  def self.check_for_deprecations
    if @configuration[:templates]
      raise DeprecationError, "Jammit 0.5+ no longer supports separate packages for templates.\nPlease fold your templates into the appropriate 'javascripts' package instead."
    end
  end