// Таск для оптимизации изображений
gulp.task('img:prod', function () {
return gulp.src(path.src.img) //Выберем наши картинки
.pipe(debug({title: 'building img:', showFiles: true}))
.pipe(plumber(plumberOptions))
.pipe(gulp.dest(path.prod.img)) //Копируем изображения заранее, imagemin может пропустить парочку )
.pipe(imagemin([
imagemin.gifsicle({interlaced: true}),
imageminJpegRecompress({
progressive: true,
max: 80,
min: 70
}),
imageminPngquant({quality: '80'}),
imagemin.svgo({plugins: [{removeViewBox: true}]})
]))
.pipe(gulp.dest(path.prod.img)); //И бросим в prod отпимизированные изображения
});
const app = electron.app;
const BrowserWindow = electron.BrowserWindow;
import React, {Component} from "react";
import {connect} from "react-redux";
import {bindActionCreators} from "redux";
/* ваш компонент */
class MyComponent extends Component {
render() {
console.log(this.props);
return (<div></div>);
}
}
const mapStateToProps = (state) => {
return {
state
}
};
const mapDispatchesToProps = (dispatch) => {
return {
dispatch,
// это мы подключаем собственные actions
actions: bindActionCreators(actions, dispatch),
}
};
export default connect(mapStateToProps, mapDispatchesToProps)(MyComponent);
function compare(str1, str2) {
return clearString(str1) === clearString(str2);
}
function clearString(str) {
return str.toLowerCase().replace(/\s/g, '');
}
compare(name, name2) // => true
Хотелось бы услышать мнения по качесту работы(что упустил, где накосячил).
Проблема в том, что достать погоду через https:// не прокатывает(к сожалению) : (За https они денег хотят.
#te-slider.te-slider
.te-slider__item.container-fluid
.te-slider__item.container-fluid
.te-slider__item.container-fluid
.te-slider__item.container-fluid