Sunday, 15 August 2010

How can I use django-pipeline for JSX with browserify? -



How can I use django-pipeline for JSX with browserify? -

i setting asset pipeline new project. utilize react.js along webpack in gulp-based build scheme , utilize react new project well. now, since application written in django, port pipeline django-pipeline.

ok, can replace webpack pipeline-browserify, , there's pyreact jsx compiling. unable pipe jsx files first through jsx compiler , then browserify. far can tell, there single compiler stage django-pipeline. or missing something? please tell me i'm wrong...

thanks!

my quick way dealing utilize reactify plugin browserify , adding pipeline_browserify_arguments = '-t reactify' django settings.

django-pipeline back upwards putting multiple compilers, though in particular case, since i've used browserify more django-pipeline, used single browserify compiler instead.

django django-pipeline

No comments:

Post a Comment