-3

I read the code of https://github.com/facebook/react/blob/master/grunt/tasks/browserify.js

What is 'this' mean in the line 7? Can anyone tell me? Thanks.

1 Answers1

0

it's passing scope of grunt https://github.com/facebook/react/blob/a2862f3c2f698af2007432476092b8dba8c8b534/Gruntfile.js#L57

here your can read documentation about using multitask http://gruntjs.com/api/grunt.task#grunt.task.registermultitask

monkeyinsight
  • 4,024
  • 1
  • 16
  • 26