Sha256: 008e903b53dc5f5b2a3726b9285aa1d366548d5a70a534062deab2a0488348f0
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
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 a.b.<VERSION NUMBER + 1>.beta<NUMBER (starting from 1)> in version.rb - rm -rf pkg/ - rake build - Test using the Bootpolish Rails app - Switch to "update" branch - Merge "update" with "build" - Finalise the version update i.e. Update version to <VERSION NUMBER + 1> in version.rb - Switch to "release" branch - Merge "release" with "update" - rm -rf pkg/ - Release the gem to rubygems rake release - Switch to "master" branch - Merge "master" with "release" - git push origin - git push github 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.min.js rm vendor/assets/javascripts/bootstrap/jquery.js
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jombo-1.0.9 | _meta/README |