Show More
Commit Description:
jquery, bootstrap ok
Commit Description:
jquery, bootstrap ok
References:
File last commit:
Show/Diff file:
Action:
config/importmap.rb
| 12 lines
| 487 B
| text/x-ruby
| RubyLexer
|
r864 | # Pin npm packages by running ./bin/importmap | |||
r865 | #entry point | |||
r864 | pin "application", preload: true | |||
r865 | pin "prepend_jquery", preload: true | |||
pin_all_from "app/javascript/controllers", under: "controllers" | ||||
r864 | ||||
r865 | pin "pdfmake", to: "https://ga.jspm.io/npm:pdfmake@0.2.5/build/pdfmake.js" | |||
pin "jquery", to: 'jquery.js' | ||||
pin "bootstrap", to: "bootstrap.bundle.min.js" | ||||
#no need popper, because bundled already in bootstrap | ||||
#pin "@popperjs/core", to: "https://ga.jspm.io/npm:@popperjs/core@2.11.6/lib/index.js" | ||||