Browse Source

Merge branch 'hotfix/0.1.2'

development
Cesidio Di Landa 11 years ago
parent
commit
7e3fe4ebb6
  1. 4
      CHANGELOG.md
  2. 2
      VERSION
  3. 2
      config/environments/production.rb

4
CHANGELOG.md

@ -1,6 +1,10 @@
Changelog
=========
0.1.2
-----
* Trying to solve assets issue on heroku
0.1.1
-----
* First hotfix

2
VERSION

@ -1 +1 @@
0.1.1
0.1.2

2
config/environments/production.rb

@ -20,7 +20,7 @@ Starterapp::Application.configure do
# config.action_dispatch.rack_cache = true
# Disable Rails's static asset server (Apache or nginx will already do this).
config.serve_static_assets = false
config.serve_static_assets = true
# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier

Loading…
Cancel
Save