saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

teach gulp to notice new files #379

Open chadwhitacre opened 8 years ago

chadwhitacre commented 8 years ago

Pretty sure gulp doesn't notice when new files are added under client/.

MatthewVita commented 8 years ago

I've always had a hard time with this :'/

Leaving this here for later: http://stackoverflow.com/a/22391756

dmtroyer commented 8 years ago

I played with this for 15 minutes today and couldn't get it to work on Linux. I upgraded to 3.9.0, removed the ./ from the path, all the things.

On Mon, Dec 14, 2015, 21:35 Matthew Vita notifications@github.com wrote:

I've always had a hard time with this :'/

Leaving this here for later: http://stackoverflow.com/a/22391756

— Reply to this email directly or view it on GitHub https://github.com/saxifrage/cityasacampus/issues/379#issuecomment-164624637 .

MatthewVita commented 8 years ago

@dmtroyer can you elaborate more on 'removed the ./ from the path' ?

MatthewVita commented 8 years ago

also, all-the-things.jpg

dmtroyer commented 8 years ago

@dmtroyer can you elaborate more on 'removed the ./ from the path' ?

I read a couple different places that it was relative vs absolute path related. I tried removing the leading ./ from the path at https://github.com/saxifrage/cityasacampus/blob/master/gulpfile.js#L11-L13 but no dice.

MatthewVita commented 8 years ago

:/