theme_bandit icon indicating copy to clipboard operation
theme_bandit copied to clipboard

Convert any site theme template (Wordpress, Joomla, etc) into a rack application

Results 7 theme_bandit issues
Sort by recently updated
recently updated
newest added

The way that css files are renamed, and the placement of css style load statements is changed when the frontpage is "cloned" leads to loss of preservation of css "load...

Right now the file paths aren't very flexible (running individual tests causes fixture loading issues). They should all be migrated to use File.expand_path

`` Pretty sure this is just Google literally preventing the downloading of their fonts. Should add some logic to detect fonts.googleapis.com domain and only preserve the `` rather than trying...

#5 - Fixed link_tags method - added new test for CSSParser module

Fixed some methods that were causing tests to not run

trivial PR, just changing .gitignore since I'm using rubymine

`/theme_bandit-0.0.9/lib/theme_bandit/parser/css.rb:13:in`block in link_tags': undefined method `value' for nil:NilClass (NoMethodError)` Relevant method: https://github.com/lfender6445/theme_bandit/blob/master/lib/theme_bandit/parser/css.rb#L11 Example tag: `` I can probably patch this later today. EDIT: Updated with correct failing tag