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

change livereload default port #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

change livereload default port #57

wants to merge 2 commits into from

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)

@@ -222,7 +224,7 @@ gulp.task('karma-conf', ['templates'], function () {
* Test files
*/
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