lib/generators/bootswatch/import/import_generator.rb in twitter-bootswatch-rails-3.2.0.0 vs lib/generators/bootswatch/import/import_generator.rb in twitter-bootswatch-rails-3.3.2.0
- old
+ new
@@ -32,13 +32,9 @@
prepend_to_file File.join(stylesheets_dest_path,'bootswatch.css.less') do
"@import \"#{theme_directory}/base\";\n\n"
end
- gsub_file File.join(stylesheets_dest_path,'variables.less'),
- '"../img/glyphicons-halflings.png"',
- '"twitter/bootstrap/glyphicons-halflings.png"'
-
gsub_file File.join(stylesheets_dest_path, 'variables.less'),
'"../fonts/"',
'"twitter/bootstrap/"'
end