mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Temporarily disable uglifier until a new version depending on execjs 0.2.0 can be released (tomorrow?)
This commit is contained in:
parent
b306502286
commit
05ce0007db
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ source 'http://rubygems.org'
|
|||
<%= "gem 'json'\n" if RUBY_VERSION < "1.9.2" -%>
|
||||
gem 'sass', '~> 3.1.0.alpha'
|
||||
gem 'coffee-script'
|
||||
gem 'uglifier'
|
||||
# gem 'uglifier'
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
config.action_dispatch.x_sendfile_header = "X-Sendfile" # Use 'X-Accel-Redirect' for nginx
|
||||
|
||||
# Compress both stylesheets and JavaScripts
|
||||
config.assets.js_compressor = :uglifier
|
||||
# config.assets.js_compressor = :uglifier
|
||||
config.assets.css_compressor = :scss
|
||||
|
||||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||
|
|
Loading…
Reference in a new issue