Skip to content

Commit

Permalink
Update from vk-blocks-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
vektorinc committed Sep 24, 2024
1 parent 530faf4 commit 11d651b
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 79 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vektor-inc/vk-color-palette-manager": "^0.4.0",
"vektor-inc/vk-breadcrumb": "^0.2.5",
"vektor-inc/vk-term-color": "^0.7.1",
"vektor-inc/vk-css-optimize": "^0.2.2"
"vektor-inc/vk-css-optimize": "^0.2.3"
},
"require-dev": {
"doctrine/instantiator": "1.5.0",
Expand Down
142 changes: 71 additions & 71 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ gulp.task('helper-js-pro', (done) => {
.pipe(uglify())
.pipe(rename('vk-animation.min.js'))
.pipe(gulp.dest('./build/'));
gulp.src('src/blocks/_pro/breadcrumb/view.js')
.pipe(uglify())
.pipe(rename('vk-breadcrumb.min.js'))
.pipe(gulp.dest('./build/'));
gulp.src('src/blocks/_pro/fixed-display/view.js')
.pipe(uglify())
.pipe(rename('vk-fixed-display.min.js'))
Expand Down
Loading

0 comments on commit 11d651b

Please sign in to comment.