Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Scripts task not src-ing all JS files #114

Open
evanmwillhite opened this issue May 22, 2019 · 1 comment
Open

Scripts task not src-ing all JS files #114

evanmwillhite opened this issue May 22, 2019 · 1 comment

Comments

@evanmwillhite
Copy link
Contributor

gulp scripts is not compiling all files into the JS directory. Returned files are sometimes passed through and sometimes not and the larger the directory, the less likely it will get to files lower in the directory. It is possibly related to the babel piping in the script.

@evanmwillhite
Copy link
Contributor Author

Reducing this to low until we can get a few solid examples of causes of failure. One failure was due to an already minified file being included in the _patterns directory (recommend components/js for those). Another was due to the file containing JS errors. We could add better error handling, but that doesn't mean this one needs to be critical.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant