Sha256: f360e05b643f7b2d28e57a8642861e9bbd2464be7ae17ad616cca735192dff51

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"
- Push to GitHub
	git push origin --tags


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.10 _meta/README