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
Hi.
I use your generator-gulp-angular in my projects and it's awesome!
Now I want use React and *.jsx templates.
I finded the gulp plugin for React - https://www.npmjs.com/package/gulp-react
but don't understand how to add its to my project's configuration.
You need to create javascript files using react() first and write them to a temporary directory, and then inject them with wiredep, you can't do all in a single step.
Hi.
I use your generator-gulp-angular in my projects and it's awesome!
Now I want use React and *.jsx templates.
I finded the gulp plugin for React - https://www.npmjs.com/package/gulp-react
but don't understand how to add its to my project's configuration.
I tried to change the "inject.js" follows:
....
But it doesn't work correctly
Could you help me ?
The text was updated successfully, but these errors were encountered: