Login
Remember
Register
Ask a Question
How do you execute gulp task?
0
votes
asked
Feb 15, 2020
in
JAVA
by
rahuljain1
How do you execute gulp task?
#gulp-execute-task
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 15, 2020
by
SakshiSharma
You can execute the gulp task from command line. To execute jshint task
gulp jshint
And to execute default task,
gulp
or
gulp default
...