Skip to content

Commit

Permalink
Add dependency on grunt-jade
Browse files Browse the repository at this point in the history
Also ignore the local node_modules folder.

See #9.
  • Loading branch information
Nicholas Chen committed Feb 1, 2013
1 parent 1c22e07 commit bf70c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions SubmitterHTML/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.sass-cache
node_modules
dist/
temp/
4 changes: 3 additions & 1 deletion SubmitterHTML/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"author": "",
"name": "",
"version": "0.0.0",
"dependencies": {},
"dependencies": {
"grunt-jade": "~0.3.9"
},
"devDependencies": {}
}

0 comments on commit bf70c37

Please sign in to comment.