File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# Use SCSS for stylesheets
19
19
gem "sass-rails"
20
- gem "bootstrap-sass" , "~> 3.3"
21
20
# Use Uglifier as compressor for JavaScript assets
22
21
gem "uglifier"
23
22
# Use CoffeeScript for .js.coffee assets and views
Original file line number Diff line number Diff line change 49
49
awesome_print (1.6.1 )
50
50
binding_of_caller (0.7.2 )
51
51
debug_inspector (>= 0.0.1 )
52
- bootstrap-sass (3.3.6 )
53
- autoprefixer-rails (>= 5.2.1 )
54
- sass (>= 3.3.4 )
55
52
brakeman (3.1.3 )
56
53
erubis (~> 2.6 )
57
54
fastercsv (~> 1.5 )
@@ -325,7 +322,6 @@ PLATFORMS
325
322
DEPENDENCIES
326
323
autoprefixer-rails
327
324
awesome_print
328
- bootstrap-sass (~> 3.3 )
329
325
brakeman
330
326
bundler-audit
331
327
capybara
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ config.entry.vendor.unshift(
19
19
'es5-shim/es5-shim' ,
20
20
'es5-shim/es5-sham' ,
21
21
'jquery-ujs' ,
22
+
23
+ // Configures extractStyles to be true if NODE_ENV is production
22
24
'bootstrap-loader/extractStyles'
23
25
) ;
24
26
You can’t perform that action at this time.
0 commit comments