coffee-script-source is also working with spinejs 1.4
This commit is contained in:
parent
f8d5a6bc50
commit
f4fe571d37
1 changed files with 1 additions and 8 deletions
9
Gemfile
9
Gemfile
|
@ -14,15 +14,12 @@ gem 'json'
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass-rails' #, github: 'rails/sass-rails'
|
gem 'sass-rails' #, github: 'rails/sass-rails'
|
||||||
gem 'coffee-rails'
|
gem 'coffee-rails'
|
||||||
|
gem 'coffee-script-source'
|
||||||
# use dedicated version of coffee-script-source, 1.9.0 is broken
|
|
||||||
gem 'coffee-script-source', '1.8.0'
|
|
||||||
|
|
||||||
# use dedicated version of sprockets, 3.0.0 is broken
|
# use dedicated version of sprockets, 3.0.0 is broken
|
||||||
gem 'sprockets', '~> 2.0'
|
gem 'sprockets', '~> 2.0'
|
||||||
|
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
|
|
||||||
gem 'eco'
|
gem 'eco'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -88,7 +85,3 @@ gem 'kramdown'
|
||||||
|
|
||||||
gem 'prawn'
|
gem 'prawn'
|
||||||
gem 'prawn-table'
|
gem 'prawn-table'
|
||||||
|
|
||||||
# ical export
|
|
||||||
gem 'icalendar'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue