Skip to content

Instantly share code, notes, and snippets.

@PirosB3
Created June 17, 2013 10:56
Show Gist options
  • Save PirosB3/5796126 to your computer and use it in GitHub Desktop.
Save PirosB3/5796126 to your computer and use it in GitHub Desktop.
http = require("http")
crypto = require("crypto")
express = require("express")
path = require("path")
fs = require("fs")
config = require("./config/config.json")
phantomjs = require("phantom")
exec = require("child_process").exec
initThumber = require("./phantom-thumb").initThumber
@PirosB3
Copy link
Author

PirosB3 commented Jun 17, 2013

server.coffee:8:1: error: unexpected INDENT
exec = require("child_process").exec
^^

WHY??!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment