-
Hi all,
I can't figure out what exactly is this problem when trying to deploy to Heroku. Below is the error message I'm getting:
```
remote: rake aborted!
remote: BrowserifyRails::Brow…
-
After rake assets:precompile I've restart rails server and see the error:
```
Uncaught ReferenceError: require is not defined
```
In development all works fine, issue happen only with compiled asset…
-
I have below file structure:
```
- app
- assets
- javascripts
- application.js
- foo.js
```
``` javascript
// application.js
//= require jquery
//= require jquery_ujs
//= require …
-
Need to finalise and implement an information architecture for the navigation we're happy with for v1 of the new Admin page.
Decisions
- [x] decide what the nav is: need to decide on actual text and …
-
Everything works fine. But there will not be the notification bar
Uncaught TypeError: Cannot read property '__reactAutoBindMap' of undefinedReactClass.createClass.Constructor @ bundle.js:61321../comp…
-
For an empty index.js , the source map (extracted by exorcist) of first build is 1007 bytes,
the source map of second rebuild become 1563 bytes,
third rebuild become 12,655, and quickly becomes few …
-
The extension was working on our app until we updated to `react` 0.13 version, all it shows is:
```
```
-
Replace deprecated react-tools and jstransform with babel
Babel:
https://babeljs.io
Facebook re: deprecation:
From June 12, 2015:
"...deprecation of react-tools and JSTransform...We won't ship a new …
-
Not exactly sure why, maybe it's browserify bug, but for some reason when I try to browserify and this module is included it will attempt to run the "reactify" transform. Since "reactify" is a devdepe…
-
Hi,
Every developer in our department working with our Javascript project using NodeJS tools is currently experiencing intermittent crashes during development.
Some investigation shows that the cras…