Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697604
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
686 B
Subscribers
None
index.js
View Options
// vendors bundles centralizing assets used in all swh-web applications
// polyfills in order to use advanded js features (like Promise or fetch)
// in older browsers
import
'babel-polyfill'
;
import
'whatwg-fetch'
;
// jquery and bootstrap
import
'jquery'
;
import
'bootstrap-loader/lib/bootstrap.loader?configFilePath=../../../swh/web/assets/config/.bootstraprc!bootstrap-loader/no-op.js'
;
// jquery datatables
import
'datatables.net'
;
import
'datatables.net-bs4/css/dataTables.bootstrap4.css'
;
import
'./datatables.css'
;
// web fonts
import
'typeface-alegreya'
;
import
'typeface-alegreya-sans'
;
import
'font-awesome/css/font-awesome.css'
;
import
'octicons/build/font/octicons.css'
;
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Aug 19, 12:19 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3321468
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment