dillon1000/react

Commit

Fix copying files to build/npm-react recursively

The intention of the `npm-react/**/*` rule was to copy recursively but it would have flattened any nested directory structure. I changed the `build/modules` rule to copy recursively as well, which is necessary for `ReactTestUtils` to be able to require `test/mock-modules.js` successfully. (`ReactTestUtils` isn't included in a clean `npm-react` build currently but it will be in the future.)

This also makes running ART tests more practical.
Browse files
Changed paths1 file
First-parent comparison
M grunt/tasks/npm-react.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…