-
Hi Dan,
Thanx for amazing tuts from PluralSight. I have been so far stuck on very beginning part lol (mostly comes from the crushes of modules)
on gulp.js file, I have written :
var gulp = require…
-
I'm trying to get gulp to build/transform my code with browserify/envify, and then test the transformed code with jasmine.
The browserify works:
```
gulp.src('./test/*')
.pipe(browserify({ transfo…
-
https://forums.zotero.org/discussion/81968/
I have a test and possible fix for this, but I'll hold it until the Reactified items list is in place.
-
Hi,
i have this issue. i'm at chapter 1 on page 15. i have created gulpfile.js identicaly but when i launch a gulp command i have an error.
In the issue list most of people have resolved with this…
ucrem updated
6 years ago
-
Hi :)
Is there any browserify transforms support planned ?
i'm using JSX with reactify
Thanks
-
I'm trying to split my bundle into two files: `deps` and `application`.
Here is my `deps` file:
``` javascript
//= require react_ujs
require('react');
require('react-router');
require('react-bootst…
-
Borrow code from https://github.com/jsdf/coffee-reactify and https://github.com/petehunt/jsx-loader/pull/16
-
Investigating an issue where `istanbul` reports code parsed by `reactify` to be always covered at 100%
-
I'm trying to use https://github.com/clauderic/react-sortable-hoc
It requires wrapping your component in another one, which is done for you by the `SortableContainer` and `SortableElement` functions …
-
Thanks for porting this to browserify.
browserify -t [reactify --es6 --target es5] -t rewireify spec/$FILE -o build/$FILE --debug
Adding the --debug flag with rewireify throws parsing errors. I wou…