-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Introducing gulp #7061
Introducing gulp #7061
Conversation
Gulp needs to be installed globally for |
}); | ||
|
||
gulp.task('makefile', function () { | ||
var makefileContent = 'help:\n\gulp\n\n'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\gulp
must be \tgulp
, otherwise running gulp makefile
and then make server
throws Makefile:2: *** missing separator
.
0cf6ebe
to
857a914
Compare
/botio lint |
From: Bot.io (Windows)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/183d0cf7aafe012/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/e03ef5fb8e9d386/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/e03ef5fb8e9d386/output.txt Total script time: 1.08 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/183d0cf7aafe012/output.txt Total script time: 1.88 mins
|
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/3a87a093202567e/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/3a87a093202567e/output.txt Total script time: 0.95 mins Published |
Thanks! |
@timvandermeij This should also be updated in the Contributing wiki site. |
It shall be |
Added in prereq section. |
... along with make.js.