npm-pipeline-rails icon indicating copy to clipboard operation
npm-pipeline-rails copied to clipboard

Use npm as part of your Rails asset pipeline

Results 10 npm-pipeline-rails issues
Sort by recently updated
recently updated
newest added

There seems to be quite a few situations where ruby returns nil as the exit status. I have run into this a couple of times and this solves it.

Bumps [rake](https://github.com/ruby/rake) from 11.1.1 to 13.0.1. Changelog Sourced from rake's changelog. === 13.0.1 ==== Bug fixes Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 13.0.1. Changelog Sourced from rake's changelog. === 13.0.1 ==== Bug fixes Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by...

dependencies

line 44: loaders: [ 'babel-loader' ] causes error, so changed to loader: 'babel-loader'

Hello, I am using my application.scss file rather than my application.css file (I actually deleted my application.css file, because it is empty and it was conflicting with my Rails site...

Hi, is it possible to get this working on a windows machine? ``` C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/npm-pipeline-rails-1.8.0/lib/npm-pipeline-rails/railtie.rb:24:in `fork': fork() function is unimplemented on this machine (NotImplementedError) from C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/npm-pipeline-rails-1.8.0/lib/npm-pipeline-rails/railtie.rb:24:in `background' from C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/npm-pipeline-rails-1.8.0/lib/npm-pipeline-rails/railtie.rb:67:in `block (2...

Currently `npm-pipeline-rails` requires `sprockets (~>3.5)`. I know that 4 is in beta, any chances to make it work?

I'm copying over brunch/brunch#1542 and my [SO question](http://stackoverflow.com/q/40226586/720164). How do I make Brunch work when I have no need for an `app/brunch` folder?

Thank you for building `npm-pipeline-rails`. I have been using it and it is a really good solution to easily integrate npm scripts (webpack in our case) with the rails asset...

Sometimes `brunch watch -j 4` will exit for a strange reason (crash?), which makes the assets stop updating. pinging @victorsolis in case he wants to volunteer to fix