deadweight icon indicating copy to clipboard operation
deadweight copied to clipboard

NOT MAINTAINED

Results 16 deadweight issues
Sort by recently updated
recently updated
newest added

How do I debug this? ``` /Users/benwoodward/.rbenv/versions/2.1.2/gemsets/global/gems/nokogiri-1.6.2.1/lib/nokogiri/css/parser_extras.rb:87:in `on_error': unexpected '$' after 'CHILD_SELECTOR' (Nokogiri::CSS::SyntaxError) from /Users/benwoodward/.rbenv/versions/2.1.2/lib/ruby/2.1.0/racc/parser.rb:258:in `_racc_do_parse_c' from /Users/benwoodward/.rbenv/versions/2.1.2/lib/ruby/2.1.0/racc/parser.rb:258:in `do_parse' from /Users/benwoodward/.rbenv/versions/2.1.2/gemsets/global/gems/nokogiri-1.6.2.1/lib/nokogiri/css/parser_extras.rb:62:in `parse' from /Users/benwoodward/.rbenv/versions/2.1.2/gemsets/global/gems/nokogiri-1.6.2.1/lib/nokogiri/css/parser_extras.rb:79:in `xpath_for' from /Users/benwoodward/.rbenv/versions/2.1.2/gemsets/global/gems/nokogiri-1.6.2.1/lib/nokogiri/css.rb:23:in `xpath_for' from /Users/benwoodward/.rbenv/versions/2.1.2/gemsets/global/gems/nokogiri-1.6.2.1/lib/nokogiri/xml/node.rb:106:in...

When running `rake cucumber DEADWEIGHT=true` I get the following error `undefined method `empty?' for #

running deadweight on ``` # bootstrap/_print.scss a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } ``` gives following error as strip changes `a[href^="javascript:"]:after` to `a[href^="javascript` which is an invalid selector ``` gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser_extras.rb:87:in `on_error':...

This is a set of changes that improve deadweight's performance and adds support for more css. Normalizing the selectors to minimize the number that needs to be checked. By making...

Deadweight works as expected when I run it as a rake task. However, when I try to run it with rspec, it finds no selectors: ``` $ DEADWEIGHT=true rspec spec/features/surveys_index_spec.rb...

I am using Ubuntu, I did all required configuration, still getting Error while running 'rake deathweight' Error :- WARN -- : *\* [Bugsnag] No API key configured, couldn't notify rake...

Given the following HTML ``` html Some Foo data ``` and the following CSS ``` css table.foo tbody tr td { color: green; } ``` browsers will insert a virtual...

It would be nice if you would sent people landing on your page to my Headhunter gem. :+1: :smile:

Similar to [pull request #10](https://github.com/aanand/deadweight/pull/10), but easier for the use case of someone serving media files from a different domain. Example: Apache serving pages at www.domain.com and Nginx serving media...

Allows calls like deadweight --root http://www.example.com -s '/css/style.css' -s 'http://www2.example.com/css/style2.css' /