mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 07:29:54 +03:00
[delete image] externalize remove part in its own tag.
This commit is contained in:
parent
dbcd0031d3
commit
c007eea26d
6 changed files with 71 additions and 42 deletions
|
@ -49,7 +49,7 @@ gulp.task('riot-tag', ['html'], function() {
|
|||
});
|
||||
|
||||
gulp.task('riot-static-tag', ['html'], function() {
|
||||
return gulp.src(['src/tags/catalog.tag', 'src/tags/app.tag', 'src/tags/taglist.tag'])
|
||||
return gulp.src(['src/tags/catalog.tag', 'src/tags/app.tag', 'src/tags/taglist.tag', 'src/tags/remove-image.tag'])
|
||||
.pipe(concat('tags-static.js'))
|
||||
.pipe(riot())
|
||||
.pipe(minifier({}, uglify))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue