mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
PHRAS-845 - fix close button
PHRAS-846 - fix admin log view PHRAS-843 - fix action icons added white skin misc fix on skin color handling replace image icons by fonts icons
This commit is contained in:
@@ -43,7 +43,10 @@ gulp.task('build-bootstrap', ['bootstrap-assets', 'bootstrap-js'], function () {
|
||||
.pipe(cssmin())
|
||||
.pipe(rename({ suffix: '.min' }))
|
||||
.pipe(gulp.dest( config.paths.build + 'vendors/bootstrap/css'));
|
||||
gulp.src(config.paths.vendors + 'bootstrap-sass/vendor/assets/stylesheets/bootstrap-responsive.scss')
|
||||
gulp.src([
|
||||
config.paths.vendors + 'bootstrap-sass/vendor/assets/stylesheets/bootstrap-responsive.scss',
|
||||
config.paths.vendors + 'bootstrap-sass/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss'
|
||||
])
|
||||
.pipe(sass().on('error', sass.logError))
|
||||
.pipe(gulp.dest( config.paths.build + 'vendors/bootstrap/css/'))
|
||||
.pipe(cssmin())
|
||||
|
Reference in New Issue
Block a user