Skip to content

Commit

Permalink
move js css to assets pipleline
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiningRay committed Dec 19, 2013
1 parent 4cc8e4a commit b006a2e
Show file tree
Hide file tree
Showing 180 changed files with 362 additions and 8,528 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ gem 'alias_fallback', :git => 'https://github.com/ShiningRay/alias_fallback.git'
gem "rolify", '~> 3.1'
gem 'dynamic_form'

group :assets do
gem 'sass-rails'
gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby
gem 'uglifier', '>= 1.0.3'
#gem 'turbo-sprockets-rails3'
end

group :development do
gem 'capistrano'
gem 'win32console', '~> 1.3.2', :platforms => :mingw
Expand Down
30 changes: 30 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ GEM
cocaine (0.5.3)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
Expand Down Expand Up @@ -120,6 +127,7 @@ GEM
eventmachine (1.0.3)
eventmachine (1.0.3-java)
eventmachine (1.0.3-x86-mingw32)
execjs (2.0.2)
factory_girl (4.3.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.3.0)
Expand Down Expand Up @@ -180,10 +188,13 @@ GEM
bouncy-castle-java (>= 1.5.0147)
jruby-pageant (1.1.1-java)
jruby-rack (1.1.13.3)
json (1.8.1)
json (1.8.1-java)
jwt (0.1.8)
multi_json (>= 1.5)
launchy (2.4.2)
addressable (~> 2.3)
libv8 (3.16.14.3)
listen (2.4.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
Expand Down Expand Up @@ -289,6 +300,7 @@ GEM
rb-fsevent (0.9.3)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
ref (1.0.5)
responders (1.0.0)
railties (>= 3.2, < 5)
rolify (3.2.0)
Expand All @@ -312,6 +324,10 @@ GEM
rufus-scheduler (3.0.3)
tzinfo
sass (3.2.12)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 2.0.0)
slop (3.4.7)
spoon (0.0.4)
ffi
Expand All @@ -337,6 +353,12 @@ GEM
super_cache (0.0.2)
term-ansicolor (1.2.2)
tins (~> 0.8)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
therubyrhino (2.0.2)
therubyrhino_jar (>= 1.7.3)
therubyrhino_jar (1.7.4)
thor (0.18.1)
thread_safe (0.1.3)
atomic
Expand All @@ -349,6 +371,9 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
uglifier (2.3.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
warbler (1.4.0)
jruby-jars (>= 1.5.6)
jruby-rack (>= 1.0.0)
Expand Down Expand Up @@ -376,6 +401,7 @@ DEPENDENCIES
calendar_helper
capistrano
capybara
coffee-rails
compass
cucumber-rails
dalli
Expand Down Expand Up @@ -415,10 +441,14 @@ DEPENDENCIES
rspec-rails (~> 2.0)
ruby_gntp
rufus-scheduler
sass-rails
sqlite3
squeel
super_cache
themes_for_rails!
therubyracer
therubyrhino
uglifier (>= 1.0.3)
warbler
will_paginate
win32console (~> 1.3.2)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b006a2e

Please sign in to comment.