-
The browserify build succeeds initially (after deleting the `tmp` dir and restarting Rails), but fails when a file is changed and the page is reloaded.
The re-builds succeed when I disable browserify…
-
-
See the following SO I created -
http://stackoverflow.com/questions/34422391/uncaught-referenceerror-parent-is-not-defined
I'm unable to add multiple personal project JS files with inheritance as i…
-
After upgrading from browserify-rails from 1.5 to 2.0.1 our coffeescript assets (.coffee and .cjsx) don't update after saving changes (stuck in cache?).
Our browserify config in application.rb looks …
-
Devcards relies on the magic in `reactify-component` to do its reloading. But because `reactify-component` creates a "new class" on every call, this "class type change" forces React to do a complete r…
-
No callback necessary:
https://github.com/reactify/3DTI-binaural-web-demo/blob/master/pd/web/index.html#L64
https://github.com/reactify/3DTI-binaural-web-demo/blob/master/pd/web/index.html#L111
-
Default transform is `coffee-reactify`, and that's default extension is `.coffee`, misleading.
It should be unified into one for be easy to understand modules.
> `coffee-reactify`使ってるのにデフォルトの拡張子が`.co…
-
Will not uglify a strictified, browserified and reactified file:
happens with mangle on and off
Code:
``` JavaScript
// Copy all ui files
gulp.task('ui', ['clean', 'modules', 'ui-raw', 'ui-css'], f…
-
On running, nom install command i see below warning messages:
npm WARN package.json repauto@ No repository field.
npm WARN package.json Dependency 'reactify' exists in both dependencies and devDepende…
-
Hi, I just extracted the Flux Chat example into it's [own repo](https://github.com/d6u/flux-chat) and made numbers of changes to make it up to date. The reason I like to put it in its own repo is that…