mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Remove coffeescript support
This commit is contained in:
parent
e7e4ea1fe1
commit
048fb4dd30
3 changed files with 0 additions and 12 deletions
1
Gemfile
1
Gemfile
|
@ -21,7 +21,6 @@ gem 'omniauth-browserid'
|
||||||
# templates, css and other frontend related
|
# templates, css and other frontend related
|
||||||
gem 'sass-rails'
|
gem 'sass-rails'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
gem 'coffee-rails'
|
|
||||||
gem 'slim-rails'
|
gem 'slim-rails'
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
|
|
|
@ -56,13 +56,6 @@ GEM
|
||||||
regexp_parser (~> 1.5)
|
regexp_parser (~> 1.5)
|
||||||
xpath (~> 3.2)
|
xpath (~> 3.2)
|
||||||
coderay (1.1.2)
|
coderay (1.1.2)
|
||||||
coffee-rails (4.2.2)
|
|
||||||
coffee-script (>= 2.2.0)
|
|
||||||
railties (>= 4.0.0)
|
|
||||||
coffee-script (2.4.1)
|
|
||||||
coffee-script-source
|
|
||||||
execjs
|
|
||||||
coffee-script-source (1.12.2)
|
|
||||||
concurrent-ruby (1.1.6)
|
concurrent-ruby (1.1.6)
|
||||||
coveralls (0.7.2)
|
coveralls (0.7.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
@ -305,7 +298,6 @@ DEPENDENCIES
|
||||||
apparition
|
apparition
|
||||||
awesome_print
|
awesome_print
|
||||||
capybara
|
capybara
|
||||||
coffee-rails
|
|
||||||
coveralls
|
coveralls
|
||||||
database_cleaner
|
database_cleaner
|
||||||
elasticsearch (~> 6)
|
elasticsearch (~> 6)
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
Loading…
Reference in a new issue