Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Mean dependency update #601

Closed

Conversation

nishant8BITS
Copy link

Updated node package dependencies and fixed error : callback provided to sync glob Ref: isaacs/node-glob#167 and then I got then when I run grunt I got error : https://gist.github.com/nishant8BITS/0d6dc5e51355c476d9ab

glob('./config/env/' + process.env.NODE_ENV + '.js', {
sync: true
}, function(err, environmentFiles) {
glob('./config/env/' + process.env.NODE_ENV + '.js',function(err, environmentFiles) {
Copy link
Member

Choose a reason for hiding this comment

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

missing a space after the comma

@ilanbiala
Copy link
Member

Shouldn't it be glob.sync? Also, this PR should be against 0.4.0.

@lirantal
Copy link
Member

@nishant8BITS it doesn't look relevant anymore for 0.4.0 branch.
I'm closing but if you think otherwise ping back

@lirantal lirantal closed this Jul 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants