developmentseed / project-seed

A basic starting point for projects.
MIT License
20 stars 12 forks source link

require-globify doesn't play well with JSX #32

Closed anandthakker closed 9 years ago

anandthakker commented 9 years ago

require-globify barfs when there's JSX in the mix, and it seems putting reactify ahead of it doesn't help.

jflasher commented 9 years ago

Failing case in https://github.com/developmentseed/project-seed/tree/react

jflasher commented 9 years ago

This is fixed now, may have just been user error. :sob: