All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.bourbon-5.0.0.features.support.bourbon_support.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
module BourbonSupport
  def install_bourbon(path = nil)
    if path
      run_simple("bundle exec bourbon install --path '#{path}'")
    else
      run_simple("bundle exec bourbon install")
    end
  end

  def bourbon_path(prefix, path)
    if prefix
      File.join(prefix, 'bourbon', path)
    else
      File.join('bourbon', path)
    end
  end
end

World(BourbonSupport)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy