Sha256: d4a07e270a4ca60dc0f5e1d28fa7e57ff300b261b4966ce42004206a3ebe5b76
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 Bytes
Contents
Git/Update Sequence =================== - Merge "master" with "work" - Switch to "work" - Asset updates on "work" - Switch to "build - Merge "work with "build" - Update version to <VERSION NUMBER>.beta<NUMBER> - rm -rf pkg/ - rake build - Test using the Bootpolish app - Switch to "update" branch - Merge "update" with "build" - Finalise the version update - Switch to "release" branch - Merge "release" with "update" - rm -rf pkg/ - Release the gem to rubygems rake release CSS === When converting bootstrap.css to bootstrap.css.erb: Find: ../img/glyphicons-halflings.png Replace with: <%= asset_path "glyphicons-halflings.png" %> Find: ../img/glyphicons-halflings-white.png Replace with: <%= asset_path "glyphicons-halflings-white.png" %> Javascript ========== rm vendor/assets/javascripts/bootstrap/application.js rm vendor/assets/javascripts/bootstrap/bootstrap.js rm vendor/assets/javascripts/bootstrap/bootstrap.min.js rm vendor/assets/javascripts/bootstrap/jquery.js
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jombo-1.0.7 | _meta/README |