Fixes #625 - Only parse styles when needed

This commit is contained in:
erwanlr
2014-07-30 15:35:55 +01:00
parent 0e7ca594ed
commit ab2e368c6f
3 changed files with 2 additions and 10 deletions

View File

@@ -19,12 +19,6 @@ class WpTheme < WpItem
def allowed_options; super << :referenced_url end
def initialize(*args)
super(*args)
parse_style
end
# Sets the @uri
#
# @param [ URI ] target_base_uri The URI of the wordpress blog