小撸

Results 4 issues of 小撸

IE8, script error. selection = w.getSelection();

你好,图片 img 标签 src 属性为空的时候报错,我觉得虽然这样不好,但是模版编译也不应该报错。 1. 使用 webpack art-template loader 来做 art 编译 2. webpack config 如下: ```javascript module: { rules: [{ test: /\.art$/, loader: "art-template-loader", options: { // https://github.com/aui/art-template...

bug

hi, today i find this library. and write a demo, but I find gif image quality reduce. My Code: ``` Gifffer(); ``` My gif real size is: 5.5MB How to...

/\* 自动 sprite _/ gulp.task('sprite', function() { gulp.src('build/css/_.min.css') .pipe(cssSprite({ imagepath: './images/sprite', imagepath_map: null, spritedest: './images/sprite', spritepath: '../images/', padding: 0, useimageset: false, newsprite: false, spritestamp: true, cssstamp: true })) .pipe(gulp.dest('./')) .pipe(notify({message:...