-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running gulp does not compile files from /assets/css to /assets/built #133
Comments
@konomu - i ran across a similar issue when trying to update the CSS. My issue was, specifically:
which is related to an incompatibility between Gulp 3.x and Node.js version 12 and later. Gulp 3.x relies on a package that is no longer compatible with newer versions of Node.js To fix this and get Gulp to write the css to
|
Running
gulp
in my cloned repo givesand css is not built from /assets/css to /assets/built. The problem seems to be a change the way gulp handles tasks itself per https://stackoverflow.com/questions/51098749/everytime-i-run-gulp-anything-i-get-a-assertion-error-task-function-must-be
but I don't know how to solve this issue on my own.
The text was updated successfully, but these errors were encountered: