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
|
||||
gem 'sass-rails'
|
||||
gem 'uglifier'
|
||||
gem 'coffee-rails'
|
||||
gem 'slim-rails'
|
||||
gem 'jquery-rails'
|
||||
gem 'turbolinks'
|
||||
|
|
|
@ -56,13 +56,6 @@ GEM
|
|||
regexp_parser (~> 1.5)
|
||||
xpath (~> 3.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)
|
||||
coveralls (0.7.2)
|
||||
multi_json (~> 1.3)
|
||||
|
@ -305,7 +298,6 @@ DEPENDENCIES
|
|||
apparition
|
||||
awesome_print
|
||||
capybara
|
||||
coffee-rails
|
||||
coveralls
|
||||
database_cleaner
|
||||
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