Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Shopify Application Development

You're reading from   Shopify Application Development Build highly effective Shopify apps using the powerful Ruby on Rails framework

Arrow left icon
Product type Paperback
Published in May 2014
Publisher
ISBN-13 9781783281053
Length 106 pages
Edition Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Michael Larkin Michael Larkin
Author Profile Icon Michael Larkin
Michael Larkin
Arrow right icon
View More author details
Toc

Installing Twitter Bootstrap


The official website is http://getbootstrap.com and it describes Bootstrap as:

"The most popular front-end framework for developing responsive, mobile first projects on the web."

What this means is that we can use Bootstrap to easily allow our web pages to scale based on the device being used. We no longer have to worry about creating separate view files for phones, tablets, and browsers. The scaling is automatically handled using CSS and JavaScript. Bootstrap also includes helpful CSS styles for making buttons stand out, formatting error messages correctly, and a myriad of other common tasks.

Now, it's time to install Bootstrap using some helpful Gems. Add the following lines below the line gem 'sass-rails', '~> 4.0.0' in your Gemfile::

gem "execjs"
gem "twitter-bootstrap-rails"
gem "bootstrap-sass"

Tip

Downloading the example code

You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image