1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

gulp new command added

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-29 16:28:11 -08:00
parent 27621e0edd
commit 9f0157d591
3 changed files with 54 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ exports.push = pushToProd;
const cloudfront = require('./cloudfront');
exports.cloudfront = cloudfront;
exports.new = require('../build/new-post.js');
/** **************************************************************************************************************** **/
exports.dev = series(devBuildTask);