Skip to content

Commit

Permalink
move support/template.html to lib/template.html
Browse files Browse the repository at this point in the history
i think npm is auto-ignoring ./support
  • Loading branch information
tj committed Aug 12, 2012
1 parent e82fc05 commit e8ea7af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ program
.action(function(path){
var css = fs.readFileSync(join(__dirname, '..', 'mocha.css'));
var js = fs.readFileSync(join(__dirname, '..', 'mocha.js'));
var tmpl = fs.readFileSync(join(__dirname, '..', 'support/template.html'));
var tmpl = fs.readFileSync(join(__dirname, '..', 'lib/template.html'));
fs.writeFileSync(join(path, 'mocha.css'), css);
fs.writeFileSync(join(path, 'mocha.js'), js);
fs.writeFileSync(join(path, 'tests.html'), tmpl);
Expand Down
File renamed without changes.

0 comments on commit e8ea7af

Please sign in to comment.