prep for first push with gulp

This commit is contained in:
Kevin Ross 2016-03-18 11:41:37 -05:00
parent 1f2accb366
commit 194f67f0cf

View File

@ -140,14 +140,7 @@ new Aggregate(gulp, 'prepRelease', prepRelease)
new Aggregate(gulp, 'publish', series(gulp,
prepRelease,
new PublishBuild(gulp, preset, {
npm: {
bump: false,
publish: false
}
}),
// FIXME: publish pages
new PublishBuild(gulp, preset),
new PublishGhPages(gulp, preset, {
options: {
remote: {