Results 34 comments of Glen Pike

I had to workaround an issue where we are getting font-face to work in our site. So thought I'd post here for future ref. Here is how I solved it,...

> Is it stripping the `#` and `~`? For us, we could not get it to use asset_url or asset_path as these only seemed to be handled in SCSS /...

> I have a different use case for needing an absolute path to an asset, namely the og:image tag (set via a meta tag) for Facebook preview must be an...

> I don't think I'll ever consider `| absolute_url` but I'd be happy to look into `{% asset img.png @url %}` This looks like a cool solution - yes please...

Some doc's here.http://code.shutterstock.com/rickshaw/ which it does actually point to in the README: https://github.com/shutterstock/rickshaw#rickshaw

If you download the script and run it locally, it will ask you if you want to update your .bashrc file, but this won't work if you use wget -...

Maybe retry with ``` wget -O- https://raw.githubusercontent.com/glenpike/npm-g_nosudo/master/npm-g-nosudo.sh | bash ``` ?

@maikokuppe - can you please try running the script as below (I've done a Pull Request with a possible fix) ``` wget -O- https://raw.githubusercontent.com/glenpike/npm-g_nosudo/b28-case-esac/npm-g-nosudo.sh | bash ```

Okay, I've tried fixing this problem again on the branch, please try the following: ``` wget -O- https://raw.githubusercontent.com/glenpike/npm-g_nosudo/b28-case-esac/npm-g-nosudo.sh | bash ``` or download the file from the branch and run...

Hi, @a2nt Okay - it looks like piping the wget output to bash causes issues with the elif statement. If you download 'manually' change permissions and execute it, what happens?...