Skip to content

Commit

Permalink
Use Rails asset-pipeline. Ok for front
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent 472e375 commit 6c15699
Show file tree
Hide file tree
Showing 24 changed files with 7,566 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,6 +27,7 @@ Gemfile.lock
.ruby-version
bin/
.bundle/
.sass-cache/
/vendor/bundle
/themes/*
!/themes/bootstrap
Expand Down
6 changes: 6 additions & 0 deletions Gemfile
Expand Up @@ -59,6 +59,12 @@ gem 'dynamic_form', '~> 1.1.4'

gem 'iconv'

group :assets do
gem 'sass-rails', " ~> 3.2.6"
gem 'coffee-rails', " ~> 3.2.2"
gem 'uglifier'
end

group :development, :test do
gem 'thin'
gem 'factory_girl', '~> 4.2.0'
Expand Down
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
4 changes: 4 additions & 0 deletions app/assets/javascripts/admin_publify.js
@@ -0,0 +1,4 @@
//= require jquery
//= require jquery_ujs
//= require_self
//= require_tree .

0 comments on commit 6c15699

Please sign in to comment.