Skip to content

Commit

Permalink
Removes static reference to testem.js; Moves testem.js to public
Browse files Browse the repository at this point in the history
  • Loading branch information
FilmKnurd committed Jan 8, 2014
1 parent 3ceba55 commit 411eed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion tasks/express-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = function(grunt) {
app.use(static({ urlRoot: '/tests', directory: 'tests' })); // For test_helper.js and test_loader.js

app.use(static({ directory: 'tmp/result' }));
app.use(static({ urlRoot: '/testem.js', directory: 'tests' }));
app.use(static({ file: 'tmp/result/index.html' })); // Gotta catch 'em all
} else {
// For `expressServer:dist`
Expand Down

0 comments on commit 411eed3

Please sign in to comment.