-
Notifications
You must be signed in to change notification settings - Fork 21
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
Contant no such file or directory #20
Comments
Missed a |
Need it to clean out the entire folder, so that doesn't work and I have to run |
events.js:141 Error: ENOENT: no such file or directory, lstat '/root/.jenkins/jobs/sdist/workspace/build_act-online_1464000756822/img/4/40762a726aa1e118.png' |
If a file not found, it will throw a js Error |
this might help gulp.task('cleanProduction', function () { |
I also found this problem. |
The problem seems to be with using glob patterns on clean.
it should work. |
config.build
=./build/
config.temp
=./src/client/.tmp/
Before I changed
config.build + '**/*
fromconfig.build
it just kept hitting my html views and giving me a no such file error and now it just does it on random files.The text was updated successfully, but these errors were encountered: