Skip to content

Conversation

@makah
Copy link

@makah makah commented Jun 14, 2016

Cloud9 IDE do not support livereload default port 35729, so I need to change it before use gulp serve
I think it is a good idea do make this config easy to change

PS: Minor change (new queue -> queue)

*/
function testFiles() {
return new queue({objectMode: true})
return queue({objectMode: true})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you intend to remove the new queue? How does it help?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just to remove the warning in Gulp 3.9.1

"A constructor name should start with an uppercase letter"

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

Successfully merging this pull request may close these issues.

2 participants