Added script to assets/scripts and to manifest.json main.js files, but it's not being included

Was getting the same thing, except I was only adding a js file, no styles. I checked the asset-builder globs and my added script was different than the others, because it was missing the assets folder prefixed to the path. It makes sense because in the screencast and on the asset-builder docs it’s going two directories up instead of three to get to plugins. So, concluding the “problem” here is that the “vendor” type starts in the theme folder not the assets folder - for some reason :slight_smile: while “files” starts in the assets folder. Hope I have this right… seems to check out as I’ve just tried it.

1 Like