Sha256: cf5cd19ae53695a4b1ff11c00777949f04689385a43632faf592ce7bf2ea33fd
Contents?: true
Size: 591 Bytes
Versions: 5
Compression:
Stored size: 591 Bytes
Contents
description 'Bootstrap for Sass' # Stylesheet importing bootstrap stylesheet 'styles.scss' # SCSS: bs_stylesheets = "../../vendor/assets/stylesheets/bootstrap" stylesheet '_variables.scss.erb', to: '_variables.scss', erb: true, bs_variables_path: File.expand_path("#{bs_stylesheets}/_variables.scss", File.dirname(__FILE__)) # JS: bs_javascripts = "../../vendor/assets/javascripts/bootstrap" Dir.glob File.expand_path("#{bs_javascripts}/*.js", File.dirname(__FILE__)) do |path| file = File.basename(path) javascript "#{bs_javascripts}/#{file}", to: "bootstrap/#{file}" end
Version data entries
5 entries across 5 versions & 1 rubygems