Sha256: de8750d0e9c529094f08203494296d08a6aa99ef89b55cdb0c4c4ba3e1401bf6

Contents?: true

Size: 983 Bytes

Versions: 7

Compression:

Stored size: 983 Bytes

Contents

gem "bootstrap-generators"
gem 'font-awesome-sass', '4.0.2'

templater.post_bundler do 

	generate 'bootstrap:install', '-f'

	gsub_file "app/assets/stylesheets/bootstrap-variables.scss", '$navbar-inverse-bg:                         #222 !default;', "$navbar-inverse-bg:                         #0085a6 !default;"
	gsub_file "app/assets/stylesheets/bootstrap-variables.scss", '$navbar-inverse-link-color:                 $gray-light !default;', "$navbar-inverse-link-color:                 #fff !default;"
	gsub_file "app/assets/stylesheets/bootstrap-variables.scss", '$navbar-inverse-link-hover-color:           #fff !default;', "$navbar-inverse-link-hover-color:           $gray-light !default;"
	gsub_file "app/assets/stylesheets/bootstrap-variables.scss", '$navbar-inverse-link-active-color:          $navbar-inverse-link-hover-color !default;', "$navbar-inverse-link-active-color:          #46a4bd !default;"

	remove_file "app/assets/stylesheets/bootstrap-generators.scss"

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
agilib-0.1.9 lib/agilib/composer/templates/recipes/bootstrap.rb
agilib-0.1.8 lib/agilib/composer/templates/recipes/bootstrap.rb
agilib-0.1.7 lib/agilib/composer/templates/recipes/bootstrap.rb
agilib-0.1.6 lib/agilib/composer/templates/recipes/bootstrap.rb
agilib-0.1.5 lib/agilib/composer/templates/recipes/bootstrap.rb
agilib-0.1.4 lib/agilib/composer/templates/recipes/bootstrap.rb
agilib-0.1.3 lib/agilib/composer/templates/recipes/bootstrap.rb