Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Can't stop JavaScript from validating the "dist" folder
I’m not sure if I’ve configured everything correctly, but I can’t seem to find a setting to get the JavaScript validator to not validate JavaScript my “dist” folder.
I’ve tried marking it in Eclipse as “Derived”, and I’ve tried adding it to the TypeScript build path of things to exclude. Here’s a video of what I’m seeing:
My output folder is set to: “target/js” during development, but when I perform production builds, my JavaScript bundles are put into the “dist” folder.
This is a fairly minor issue, but I just thought I’d bring it up in case it’s a problem others are running into as well.
If you want JavaScript to stop validating a folder, then please add the folder to the Excluded list in the project Properties > JavaScript > Include Path > Source tab.
Hope this helps. Let us know how it works for you.