browserify-rails icon indicating copy to clipboard operation
browserify-rails copied to clipboard

Deprecated https://github.com/browserify-rails/browserify-rails

Results 6 browserify-rails issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: 1. default configuration options for browserify-rails 2. all node modules in ROOT/node_modules with ROOT/package.json 3. all JSX/React code in ROOT/app/assets/javascripts 4. App functions properly in develop mode...

Hi, I manage to use browserify with the coffeeify option set: `config.browserify_rails.commandline_options = '-t coffeeify --extension=".js.coffee"'` However, as soon as I rename a file `map.js.coffee.erb`, because I want to use...

The current approach wraps all scripts containing `module.exports`. In some cases I'm finding this ends up hiding libraries that were previously browserified or written as umd modules. Should these be...

I'm attempting to use ReactJS in a project, with browserify. While I can hit http://localhost/assets/react.js and get a file, I get an error when I require('react'). ``` -- Gemfile gem...

jRuby fails on executing Open3.capture3. It is attempting to execute browserify command against a folder. I have created a work around in a fork. Let me know if I should...

Deployment breaks with error: ``` BrowserifyRails::BrowserifyError: browserify could not be found at /var/www/sample-project/releases/20140412164424/./node_modules/.bin/browserify. Please run npm install. ``` As I understand, currently, path to browserify executable is [set as a...