Hey everyone, anyone run into something like the ...
# questions
d
Hey everyone, anyone run into something like the following. we just updated to grails5 and im trying to update bootstrapJS to 5 and asset pipeline is giving me using 3.4.7 java8 and grails 5.3.0
Copy code
LET 463 [length: 36] [source_file: bootstrap.unminified.js]
  Node(OBJECT_PATTERN): bootstrap.unminified.js:463:15
      for (let {
  Parent(DESTRUCTURING_LHS): bootstrap.unminified.js:463:15
      for (let {
g
If it is unstable, exclude that bootstrap.js from pipeline. I generally only include my own js an css into pipeline
d
I have been unable to exclude it seems like perhaps because it’s being included in my application.js via a require statement?
g
i would think so, I believe by default it being included in application.js or some of the gsps,
just do a global search to find out, then you can either use CDN or put them into static assets folder