Skip to content

Commit

Permalink
assets precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
terratakashi committed Mar 2, 2014
1 parent 4744fa6 commit 7d5e944
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -46,6 +46,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand All @@ -72,6 +73,7 @@ GEM
rake (10.1.1)
rdoc (4.1.1)
json (~> 1.4)
ref (1.0.5)
sass (3.2.14)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
Expand All @@ -90,6 +92,9 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.9)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
thor (0.18.1)
thread_safe (0.2.0)
atomic (>= 1.1.7, < 2)
Expand All @@ -115,5 +120,6 @@ DEPENDENCIES
sass-rails (~> 4.0.0)
sdoc
sqlite3
therubyracer
turbolinks
uglifier (>= 1.3.0)
2 changes: 1 addition & 1 deletion app/assets/stylesheets/launched.css
Expand Up @@ -36,7 +36,7 @@
box-sizing: border-box;
}
body {
color: ##333333;
color: #333333;
font: 13px/1.7em 'Droid Sans', sans-serif;
}
h1,
Expand Down
16 changes: 16 additions & 0 deletions db/schema.rb
@@ -0,0 +1,16 @@
# encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 0) do

end
17 changes: 17 additions & 0 deletions public/assets/application-78efa9f20e1f3a595752104144089d11.css

Large diffs are not rendered by default.

Binary file not shown.
5 changes: 5 additions & 0 deletions public/assets/application-887436d72fdc0d09c4ecfbb38d948bb9.js

Large diffs are not rendered by default.

Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1 @@
{"files":{"logo-crown-sep-4f7ffb019018d542ce8ac9b6f81e5e28.png":{"logical_path":"logo-crown-sep.png","mtime":"2014-02-28T23:03:48+08:00","size":644,"digest":"4f7ffb019018d542ce8ac9b6f81e5e28"},"logo-footer-f370eadafdb2a5e7e389d8cac43e6256.png":{"logical_path":"logo-footer.png","mtime":"2014-02-28T23:03:48+08:00","size":1952,"digest":"f370eadafdb2a5e7e389d8cac43e6256"},"logo-navbar-f194a99574cdca48549bebbb1a4dd5c1.png":{"logical_path":"logo-navbar.png","mtime":"2014-02-28T23:03:48+08:00","size":1576,"digest":"f194a99574cdca48549bebbb1a4dd5c1"},"scribble_light-3a532cbb7af7173d09781bb08d6d2c49.png":{"logical_path":"scribble_light.png","mtime":"2014-02-28T23:03:48+08:00","size":42158,"digest":"3a532cbb7af7173d09781bb08d6d2c49"},"ui.totop-d088f83e42bcbac615c1a66abc9ac8e7.png":{"logical_path":"ui.totop.png","mtime":"2014-02-28T23:03:48+08:00","size":52833,"digest":"d088f83e42bcbac615c1a66abc9ac8e7"},"application-887436d72fdc0d09c4ecfbb38d948bb9.js":{"logical_path":"application.js","mtime":"2014-03-02T16:36:50+08:00","size":134147,"digest":"887436d72fdc0d09c4ecfbb38d948bb9"},"application-78efa9f20e1f3a595752104144089d11.css":{"logical_path":"application.css","mtime":"2014-03-02T17:10:24+08:00","size":248855,"digest":"78efa9f20e1f3a595752104144089d11"}},"assets":{"logo-crown-sep.png":"logo-crown-sep-4f7ffb019018d542ce8ac9b6f81e5e28.png","logo-footer.png":"logo-footer-f370eadafdb2a5e7e389d8cac43e6256.png","logo-navbar.png":"logo-navbar-f194a99574cdca48549bebbb1a4dd5c1.png","scribble_light.png":"scribble_light-3a532cbb7af7173d09781bb08d6d2c49.png","ui.totop.png":"ui.totop-d088f83e42bcbac615c1a66abc9ac8e7.png","application.js":"application-887436d72fdc0d09c4ecfbb38d948bb9.js","application.css":"application-78efa9f20e1f3a595752104144089d11.css"}}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d5e944

Please sign in to comment.