You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change any of the material-ui components source files (not the docs source files) and save it.
I always see an error. This is probably due to how browserify is configured.
The text was updated successfully, but these errors were encountered:
pomerantsev
added a commit
to pomerantsev/material-ui
that referenced
this issue
May 18, 2015
… to use all ES6 features
Fixesmui#655, mui#606, mui#440, mui#392.
Goals of this PR:
- being able to use all ES6 features (with babel)
- adding JSHint and cleaning up most obvious mistakes in code
- making it so that browserify doesn't throw an error when components'
code changes while watching files
- minor cleanup of the dependencies in package.json files
I ran into this same issue and resolved it by installing the minimum version of all of the gulp* modules. There's some clashing between later versions of the gulp* modules.
To reproduce:
gulp
in the docs directory.I always see an error. This is probably due to how browserify is configured.
The text was updated successfully, but these errors were encountered: