mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-03 05:14:16 +03:00
prep for first push with gulp
This commit is contained in:
parent
1f2accb366
commit
194f67f0cf
|
@ -140,14 +140,7 @@ new Aggregate(gulp, 'prepRelease', prepRelease)
|
||||||
|
|
||||||
new Aggregate(gulp, 'publish', series(gulp,
|
new Aggregate(gulp, 'publish', series(gulp,
|
||||||
prepRelease,
|
prepRelease,
|
||||||
new PublishBuild(gulp, preset, {
|
new PublishBuild(gulp, preset),
|
||||||
npm: {
|
|
||||||
bump: false,
|
|
||||||
publish: false
|
|
||||||
}
|
|
||||||
}),
|
|
||||||
|
|
||||||
// FIXME: publish pages
|
|
||||||
new PublishGhPages(gulp, preset, {
|
new PublishGhPages(gulp, preset, {
|
||||||
options: {
|
options: {
|
||||||
remote: {
|
remote: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user