-
Notifications
You must be signed in to change notification settings - Fork 1
Resolved issues #56 and #57: added sourceContentType and pulling FB photos #80
base: master
Are you sure you want to change the base?
Changes from 2 commits
827cf71
957c425
b30f128
2227cd7
5b87b61
8f10be7
5fe7233
702dac2
cace2ea
2c4d9e3
f9ea3dd
ce8a544
44a89c6
0b9c6c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,7 +43,8 @@ module.exports = function(grunt) { | |
| }, | ||
| nodemon: { | ||
| dev: { | ||
| script: 'app/server.js' | ||
| script: 'app/server.js', | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pulpopurpura This new line should be removed since it seems extraneous |
||
| } | ||
| }, | ||
| symlink: { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This trailing comma should be removed. Is there an ESLint rule to check automatically for trailing commas such as here?