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

Ditch the Rails Asset Pipeline and roll your own with Gulp

Results 19 gulp-rails-pipeline issues
Sort by recently updated
recently updated
newest added

I'm wondering if it's realistic to have a branch/repo of this project which contains just the files needed to make it work - or maybe a rails generator or something?...

help wanted

I have already been trying to get a working `gulp-rails-pipeline` for several days now and am stuck with a beginners question. Let's say I have two JS models: ``` coffee...

Not sure why but for me, saving the `global.sass` does not cause browserSync to reload/inject styles. Although gulp does detect the change in the file and recompiles the css it...

On a recent project I noticed that rails was adding ".self.(css|js)" to asset tags, which browsersync can't handle. I wasn't sure if this was just my project so I tested...

When using turbolinks in navigation browserSync fails with error: Cannot read property 'dataXXX' of null and output a white page. Works fine when reloading the page.

I've managed to setup gulp pipeline on vagrant. It wasn't easy, but it almost works. The only thing that is not working is watching scss or coffee script. When i...

![](https://s3.amazonaws.com/vigesharing-is-vigecaring/mackerman/UsersmikeackermanProjectsgulp-rails-pipelineREADME.md_-_gulp-rails-pipeline_2016-02-01_13-51-02.png)

So after a lot of work, I finally got this deployed to Heroku. However, now when I try to re-deploy after making some changes, I get the following error: ```...

Thanks for open sourcing this project. I spent some time debugging this issue. The culprit appears to be the removal of image-url in node-sass/libsass lately: https://github.com/sass/node-sass/issues/965 The output of gulp...

Hey guys, I just ran through the instructions for installing, and everything seems to load fine except for the icon fonts. When I inspect one of the icons, I'm seeing...