-
- **FIS版本**: 3.4.22
- **依赖插件**: fis-spriter-csssprites,fis3-packager-deps-pack
``` javascript
fis.match('/{static/css,src}/**/*.{css,scss}', {
useSprite: true
})
fis.match('::packager', {
packag…
-
代码如下:执行后没有报错,但是没有生成雪碧图
fis.config.set('modules.spriter', 'csssprites');
fis.match('::package', {
spriter: fis.plugin('csssprites')
});
fis.match('_.css', {
standard: false,
useSprite: tru…
zywu2 updated
8 years ago
-
最近开始接触YOG2 ,感觉文档好少啊,好多都没有,比如文件监控的配置啊,雪碧图啊等等,请问学习YOG2需要先从FIS入手吗?有没有开源的案例学习学习?
-
``` js
.match('*.png', {
optimizer: fis.plugin('png-compressor'), // 图片压缩
release: false // 设置release false 后就出问题了, 可是上周还OK的啊!
})
```
-
[WARNI] csssprites does not support your node v0.11.9, report it to https://github.com/xiangshouding/fis-spriter-csssprites/issues
-
csssprites does not support your node v5.2.0, report it to https://github.com/xiangshouding/fis-spriter-csssprites/issues
那些版本是支持csssprites的特性的?
-
I love the plugin. It's great. However, I am new to using sprites and I do not know how to call a particular image in my stylesheets. Can you please provide an example in the documentation? Thanks.
ghost updated
8 years ago
-
其他都是OK的,css会压缩,但是css sprite却失效了(相同配置,用纯css的时候是可以的),不知道为什么,下面是我的配置文件
``` javascript
//项目排除掉_xxx.scss,这些属于框架文件,不用关心
fis.config.set('project.exclude', '**/_*.scss');
//scss后缀的文件,用fis-parser-sass插件编译
fis…
-
csssprites does not support your node v4.4.3
fis3 版本 `3.4.13`
-
csssprites 0.3.6
OS: windows 7 (64 bit)
node 4.2.4 (64bit)
fis3 3.2.0