Beg-in / gulp-begin

3 stars 0 forks source link

Add JSCS etc. #2

Open LOZORD opened 8 years ago

LOZORD commented 8 years ago

Do we want to add the same setup as https://github.com/Beg-in/Fritz/issues/4 ?

BrainBacon commented 8 years ago

Yeah let's just implement it here and use the implementation from here in Fritz.

LOZORD commented 8 years ago

I just gave JSCS (and gulp-jscs) a shot, and it keeps throwing an error: TypeError: Cannot convert undefined or null to object. I don't really know what the problem is :confused:

BrainBacon commented 8 years ago

Could you push your code to a new branch and I can try to diagnose it?

LOZORD commented 8 years ago

Here's the commit where I attempted to add it:

https://github.com/Beg-in/gulp-begin/commit/312295573b417f949992725b698b622f3f6fc7c0

I thought it would be pretty cut and dry, but it fails when I get to gp.jscs() (around line 424).