commit
Showing
| ... | ... | @@ -13,7 +13,7 @@ gem 'uglifier', '>= 1.3.0' |
| gem 'coffee-rails', '~> 4.1.0' | ||
| # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # gem 'therubyracer', platforms: :ruby | ||
| gem 'bootstrap-sass' | ||
| # Use jquery as the JavaScript library | ||
| gem 'jquery-rails' | ||
| # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
| ... | ... | @@ -44,5 +44,7 @@ group :development, :test do |
| gem 'devise' | ||
| gem 'vacuum' | ||
| end | ||
app/assets/stylesheets/custom.css.scss
0 → 100644
app/views/categories/show.html.erb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/layouts/_search.html.erb
0 → 100644
app/views/layouts/_shim.html.erb
0 → 100644
app/views/layouts/_sidebar.html.erb
0 → 100644
app/views/layouts/another_layout.html.erb
0 → 100644
app/views/product/_item.html.erb
0 → 100644
app/views/product/show.html.erb
0 → 100644
app/views/static_pages/_category.html.erb
0 → 100644
app/views/static_pages/about.html.erb
0 → 100644
app/views/static_pages/contact.html.erb
0 → 100644
app/views/static_pages/help.html.erb
0 → 100644
app/views/static_pages/home.html.erb
0 → 100644
lib/tasks/amazon.rb
0 → 100644
lib/vacuum/response.rb
deleted
100644 → 0
Please
register
or
sign in
to comment