aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
Commit message (Collapse)AuthorAgeFilesLines
* Initial commitDarin Dimitroff2017-01-011-2/+22
|
* Moves cssnext after cssImportDarin Dimitroff2016-11-221-1/+1
| | | | This allows for the use of a single media-queries files.
* Make sure to exit with non-zero exit code on hugo errorMathias Biilmann Christensen2016-10-181-3/+8
| | | | | If hugo fails to build the site, we want to make sure gulp exits with an appropriate error code so a netlify deploy fails
* Add deploy preview context.David Calavera2016-09-011-11/+13
| | | | | | So we can see content from drafts and the future in deploy previews. Signed-off-by: David Calavera <david.calavera@gmail.com>
* Update README with better instructions and lisenceMathias Biilmann Christensen2016-08-091-1/+1
|
* Notify through browserSync when hugo build failsMathias Biilmann Christensen2016-07-221-2/+6
|
* User browserSync instead of webpack dev serverMathias Biilmann Christensen2016-07-211-45/+38
|
* Update dependencies and add a short READMEMathias Biilmann Christensen2016-07-051-2/+9
|
* Basic setup - gulp + webpack + hugoMathias Biilmann Christensen2016-07-031-0/+54