Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 386e59c

Browse files
committed
remove jquery
1 parent 1f99da0 commit 386e59c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/generators/hyperloop/install_generator.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class InstallGenerator < Rails::Generators::Base
55
def inject_react_file_js
66
append_file 'app/assets/javascripts/application.js' do
77
<<-'JS'
8-
//= require jquery
9-
//= require jquery_ujs
108
//= require hyperloop-loader
119
JS
1210
end

0 commit comments

Comments
 (0)