jdewit

Results 10 comments of jdewit

Updating your db with a csv?? I don't think this is a very good idea. The first import would work, but how does the second import account for any rows...

I'm buried in another project right now. Pull requests are welcomed.

What kind of format should it support? ex. 10:35 AM PST ??

the option list would be huge. http://en.wikipedia.org/wiki/List_of_time_zone_abbreviations Don't think this is worth adding.

No, sorry. I am too busy with other projects at the moment.

Remove the wildcard match in the src function and set recursive to true, like so: ``` gulp.task('deploy', function() { return gulp.src('./') .pipe(rsync({ root: './', hostname: 'some-host', destination: '/var/www/some-folder', recursive: true...

It also does not have composer.phar checked into the repo!