is there a way to load bootstrap as a npm package ...
# suitescript
s
is there a way to load bootstrap as a npm package into NetSuite to use for custom html suitlet whithout using a CDN
c
Just script src= it from the file cabinet
Just looked how i've previously done it, and i've just put it in the file cabinet, made available without login, and then just used
<link rel="stylesheet" href=blah
no need for npm etc
s
how do get bootstrap downloaded into file cabinet
k
Yes
you have to download as compress files and js and html
then source their URL into custom html