diff --git a/README b/README deleted file mode 100644 index bd20af3..0000000 --- a/README +++ /dev/null @@ -1,35 +0,0 @@ -Fancycat.rb -=========== - -_Fancycat is fancy like Octocat. It concatenates JavaScript files in large web applications._ - - -fancycat.rb is a script that reads our a list of template files -and concatenates them up into one nice package, bearing in mind -the best in DRY software. The goal of fancycat is to smartly -concatenate a project's JS files based on how they are included in -the HTML template files of any modern framework. This means the HTML -file itself is the build script. No more maintaining separate -build scripts. - -blip.tv uses Varnish and ESIs, so we use the tags -to separate our the different final JS files we want packaged up. - -Example: - - - ... - -