Skip to content

Commit

Permalink
Latest structure
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Mar 6, 2013
1 parent 3272e0f commit fed4969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
@@ -1,6 +1,10 @@
.travis*
Makefile
Cakefile
History.md

src/
out/*.tester.*
out/*.test.*
out/test/
test/
4 changes: 2 additions & 2 deletions test/html2jade.test.js → src/html2jade.test.coffee
@@ -1,2 +1,2 @@
// Test our plugin using DocPad's Testers
require('docpad').require('testers').test({pluginPath: __dirname+'/..'});
# Test our plugin using DocPad's Testers
require('docpad').require('testers').test({pluginPath: __dirname+'/..'})

0 comments on commit fed4969

Please sign in to comment.