From 86dad8fd353be0cc33e6ef8b8770b26879102381 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 21 Jan 2013 18:14:08 -0800 Subject: [PATCH] github ribbon, moved template --- grunt.js | 2 +- index.html | 6 +- template.index.html | 422 -------------------------------------------- 3 files changed, 6 insertions(+), 424 deletions(-) delete mode 100644 template.index.html diff --git a/grunt.js b/grunt.js index 03194a70..d9c42e65 100644 --- a/grunt.js +++ b/grunt.js @@ -10,7 +10,7 @@ _.templateSettings.escape = /\{\{\{(.*?)\}\}\}/g; _.templateSettings.evaluate = /\{\{-(.*?)\}\}/g; // precompile for speed -var indexFile = fs.readFileSync('template.index.html').toString(); +var indexFile = fs.readFileSync('src/template.index.html').toString(); var indexTemplate = _.template(indexFile); /*global module:false*/ diff --git a/index.html b/index.html index e355e11e..70ebd432 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,8 @@ + Fork me on GitHub + @@ -74,7 +76,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -