mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
github ribbon, moved template
This commit is contained in:
parent
f02d5983d6
commit
86dad8fd35
3 changed files with 6 additions and 424 deletions
2
grunt.js
2
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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue