Merge pull request #148 from tadyjp/1108
1108
Showing
| ... | ... | @@ -23,7 +23,7 @@ gem 'therubyracer', platforms: :ruby |
| # gem 'turbolinks' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| # gem 'jbuilder' | ||
| gem 'jbuilder' | ||
| gem 'i18n_generators' | ||
| ... | ... | @@ -97,6 +97,8 @@ group :development, :test do |
| gem 'dotenv-rails' | ||
| gem 'rubocop' | ||
| gem 'quiet_assets' | ||
| end | ||
| group :test do | ||
| ... | ... | @@ -161,3 +163,9 @@ gem 'rails_12factor', group: :production |
| # for IP restriction | ||
| gem 'rack-contrib', require: 'rack/contrib' | ||
| gem 'meta-tags' | ||
| # Growl-like Notification | ||
| # https://github.com/RobinBrouwer/gritter | ||
| gem 'gritter', '1.1.0' |
app/assets/stylesheets/app.css.scss
deleted
100644 → 0
app/assets/stylesheets/flow.css.scss
deleted
100644 → 0
app/assets/stylesheets/modules/dl.css.scss
0 → 100644
app/assets/stylesheets/modules/flow.css.scss
0 → 100644
app/assets/stylesheets/modules/text.css.scss
0 → 100644
app/assets/stylesheets/modules/tmp.css.scss
0 → 100644
app/assets/stylesheets/normalize.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
config/initializers/gritter.rb
0 → 100644
config/locales/gflash.en.yml
0 → 100644
Please
register
or
sign in
to comment