-
Download the latest release of ContentTools
-
Copy source
build/content-tools.js
tovendor/assets/javascripts/content-tools.js
-
Copy source
build/images/*
tovendor/assets/images/*
-
Copy source
build/icons.woff
tovendor/assets/fonts/icons.woff
-
Copy source
build/content-tools.min.css
tovendor/stylesheets/content-tools.min.css
-
Open
vendor/stylesheets/content-tools.min.css
and Find & Replace the following:- Replace
src:url("icons.woff")
withsrc:font-url("icons.woff")
- Replace
-
Bump the version to match the ContentTools release
-
Build the gem with
gem build contenttools-rails.gemspec
-
Upload the gem to RubyGems with
gem push contenttools-rails-<VERSION>.gem