Icon font is generated with FontCustom.
# Gemfile
gem "cupcake-apps-bar", :git => "git://github.com/cupcake/apps-bar.git"
# app.rb
require "cupcake-apps-bar"
CupcakeAppsBar::Sprockets.setup(sprockets_environment)
<link href="<%= asset_path("cupcake-apps-bar.css") %>" media="screen" rel="stylesheet" type="text/css" />
<iframe id="apps-sidebar" src="https://url/to/cupcake-apps-bar.html"></iframe>
ASSETS_DIR=./build ASSET_ROOT=https://example.com/assets bundle exec rake compile
- Add new icon svgs to
./src
, or manipulate existing ones. - Compile assets
bundle
bundle exec rake compile
- Commit and push changes