jekyll/lib
Simon Sarris 74f0f27d18 Before copying file, explicitly remove the old one
On Windows, FileUtils.cp(path, dest_path) will fail with a Permission
Denied if the dest_path already exists and is read-only. People have
complained about this since at least 2008.

This lets `jekyll build` work without error in Windows when one or more
read-only files exist.

This change will accommodate users of Team Foundation, which uses the
read-only flag for for source control status. (dumb, I know, but but a
real problem)
2014-06-19 18:25:00 -04:00
..
jekyll Before copying file, explicitly remove the old one 2014-06-19 18:25:00 -04:00
site_template Change Github/Twitter keywords to site.{twitter,github}_username 2014-06-10 00:00:01 +03:00
jekyll.rb Externalize the {% gist %} tag as the jekyll-gist gem. 2014-06-01 13:18:00 -04:00