Commit Graph

17 Commits

Author SHA1 Message Date
Bo Lu 3668131f2e Remove use gulp.start()
gulp.start() is never officially supported by gulp, it's better to use the functionality provided by gulp.watch(). 

See: gulpjs/gulp#755
2018-02-22 11:14:41 -05:00
leopuleo 2207d3be55 New Gulp task to move all the fonts in a flattened directory inside dist 2018-01-16 13:57:08 -05:00
Christopher Geary 7919e6421d Replace gulp.watch() with the gulp-watch package to detect/watch new files 2017-10-06 18:17:14 +01:00
atomtigerzoo 6f52084d7b Some comments for better understanding 2017-08-10 16:22:31 +02:00
atomtigerzoo 4f7c68fd3b Environment variables added for gulp tasks, renamed defaultArgs 2017-08-10 16:17:45 +02:00
atomtigerzoo 8979bad9a0 Fixed linting errors 2017-08-10 15:39:24 +02:00
Matt Sturgeon 313be1bce1 Include hugo as a npm dependency
Don't require hugo to be installed separately; instead list the node
wrapper module hugo-bin as a dependency.
2017-07-30 03:23:06 +01:00
David Calavera 9d33b3ddba Revert "Prevent exiting on css error" 2017-06-05 16:12:29 -07:00
bryankang 86e73f0877 Prevent exiting on css error 2017-06-04 19:51:56 -05:00
David Calavera b7e33d73c1 Flip CSS tasks order to parse custom imports
This will allow people to set custom imports in their css files.
2017-04-14 08:40:53 -07:00
Mathias Biilmann Christensen 473345578f Make sure to exit with non-zero exit code on hugo error
If hugo fails to build the site, we want to make sure gulp exits
with an appropriate error code so a netlify deploy fails
2016-10-18 22:40:29 -07:00
David Calavera 24819804aa
Add deploy preview context.
So we can see content from drafts and the future in deploy previews.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-09-01 07:59:24 -07:00
Mathias Biilmann Christensen de63385b2f Update README with better instructions and lisence 2016-08-09 15:38:45 -07:00
Mathias Biilmann Christensen 941456dde1 Notify through browserSync when hugo build fails 2016-07-22 17:05:18 -07:00
Mathias Biilmann Christensen f85838665b User browserSync instead of webpack dev server 2016-07-21 10:33:50 -07:00
Mathias Biilmann Christensen a6a5d841fd Update dependencies and add a short README 2016-07-05 11:38:18 -07:00
Mathias Biilmann Christensen 8f6c70c51b Basic setup - gulp + webpack + hugo 2016-07-03 15:07:47 -07:00