Tomas Valent
Tomas Valent
with this implemented, output in case of error will look like this: ``` rake assets:precompile YUI::Compressor::RuntimeError: Command 'java -jar /usr/local/lib/ruby/gems/2.2.0/gems/yui-compressor-0.12.0/lib/yui/../yuicompressor-2.4.8.jar --type css --charset utf-8 /tmp/yui_compress20160113-164-xb6596' returned non-zero exit status ```
with this PR in, output will look like: ``` rake aborted! YUI::Compressor::RuntimeError: Command didn't execute: java -jar /usr/local/lib/ruby/gems/2.2.0/gems/yui-compressor-0.12.0/lib/yui/../yuicompressor-2.4.8.jar --type css --charset utf-8 /tmp/yui_compress20160113-108-izw73c ```
hi, when I start vim I get this error: ``` Error detected while processing /Users/t/.vim/janus/vim/tools/tlib/plugin/02tlib.vim: line 77: E1208: -complete used without allowing argumentsPress ENTER or type command to continue ```...
on fresh Fedora 16, when running janus installation got same problem, camelsong's quick fix works... thx
I think I got same problem like @yangchenyun is describing under Linux Mint 13 ( Ubuntu fork distro) Given I use janus vim (for example in Rails project ) When...
Update on my prev. comment interesting thing. In scenario with different folder structure it works ok.. Given I use janus vim (for example in Rails project ) When I split...
That's the thing I'm just starting to play around with advanced PostgreSQL features and looking for excuse where to use them. As I don't want to start from scratch I'm...
hmm looks like phoenix 1.3 will have poison 3.0 support, so it should be fine then https://github.com/phoenixframework/phoenix/blob/master/mix.exs ok to close the issue unless anyone have anything else to say
created PR on Readme.md https://github.com/stavro/arc/pull/181 if you guys like the idea of warning the developers. Line can me removed once Phoenix 1.3 is out ;)
@MatthieuBarthel solution works :+1: (big thanks, also to @kelso for asking it) . Although that's Sass solution. To be complete the Scss solution is: ``` @import "photoswipe/photoswipe"; @import "photoswipe/default-skin/default-skin"; ```...