Skip to content

Commit

Permalink
Move to asset pipeline
Browse files Browse the repository at this point in the history
Former-commit-id: eaaf3caf53df4735dd79afacbfdb3468708255c0
  • Loading branch information
Mathew Hartley committed Jan 7, 2014
1 parent 6ab88fb commit 64302c1
Show file tree
Hide file tree
Showing 1,119 changed files with 198 additions and 344 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@ public/images/signs/**/*
.DS_Store
public/videos/*.*
public/system/videos/*.*
config/initializers/access.rb
config/initializers/access.rb
.sass-cache/

app/assets/images/alphabet/
app/assets/images/classifiers/
app/assets/images/handshapes/
app/assets/images/locations/
app/assets/images/signs/

6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ gem 'mail'
gem 'i18n'
gem 'sqlite3'

group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'modernizr-rails'
end

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
Expand Down
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ GEM
activesupport (>= 3.0)
cocaine (0.5.1)
climate_control (>= 0.0.3, < 1.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
columnize (0.3.6)
debugger (1.6.3)
columnize (>= 0.3.1)
Expand All @@ -52,6 +59,7 @@ GEM
debugger-ruby_core_source (1.2.4)
diff-lcs (1.2.1)
erubis (2.7.0)
execjs (2.0.2)
formtastic (2.2.1)
actionpack (>= 3.0)
haml (4.0.1)
Expand All @@ -71,6 +79,7 @@ GEM
mime-types (1.21)
mini_magick (3.5.0)
subexec (~> 0.2.1)
modernizr-rails (2.7.0)
multi_json (1.7.2)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
Expand Down Expand Up @@ -126,6 +135,11 @@ GEM
rspec-mocks (~> 2.13.0)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
sass (3.2.12)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -139,6 +153,9 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
uglifier (2.2.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
whenever (0.8.2)
activesupport (>= 2.3.4)
chronic (>= 0.6.3)
Expand All @@ -149,18 +166,22 @@ PLATFORMS
DEPENDENCIES
capistrano
capistrano-ext
coffee-rails
debugger
formtastic
haml
i18n
jquery-rails
mail
mini_magick
modernizr-rails
nokogiri
paperclip
rails (~> 3.2.13)
rdiscount (~> 1.6.8)
rspec-rails (~> 2.4)
rvm-capistrano
sass-rails
sqlite3
uglifier
whenever
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 64302c1

Please sign in to comment.