Skip to content
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

perform task if file exist #43

Open
tofulm opened this issue Aug 25, 2020 · 1 comment
Open

perform task if file exist #43

tofulm opened this issue Aug 25, 2020 · 1 comment

Comments

@tofulm
Copy link

tofulm commented Aug 25, 2020

How to perform a task : AsyncTask gulp-watch if gulpfile.js exist ?
I try in .vimrc

if filereadable("gulpfile.js")
	AsyncTask gulp-watch
endif

But I've an error :
error function AsyncRun_Job_OnTimer[11]

@danielo515
Copy link

not sure if this plugin support long lived processes

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

No branches or pull requests

2 participants