-
![image](https://cloud.githubusercontent.com/assets/8966624/7559781/69ff1fa0-f7ee-11e4-9ef2-0a5b1f5c3d83.png)
如图所示,背景图片一般都需要指定宽高。如果不指定宽高有时背景图片无法显示。如图中所示的宽高能直接读取背景图片的宽高就好了
-
* **操作系统**: mac OS 10.12
* **Node版本**:
* **FIS版本**:
* **解决方案**:
* **依赖插件**:
快支持node最新版本吧
-
```
var IOSRouter = require('common:ios.router');
//'common:ios.router
var Backbone = require('backbone');
var cefAPI = require('common:libs/cefAPI');
var PageView = require('common:page.view');
var V…
-
初衷:编译css文件时做简单替换并生成新的文件,配置类似:
```
fis.match('test.css', {
parser: function (content, file, opt) {
fis.util.write(file.realpathNoExt + 'xxx' + file.ext, content, 'utf-8');
return content;
…
-
正常情况,只产生一个aio.js
```
var $ = require('jquery')
var util = require('/widget/util/util')
var dom = require('/widget/dom/dom')
```
混用情况,会产生aio.js和aio2.js
```
var $ = require('jquery')
import uti…
-
fis-spriter-csssprites: `0.3.11`
FIS3: `3.4.32`
node: `6.9.5`
OS: `CentOS release 6.8 (Final)`
-----
报错信息:
```
[WARNI] csssprites does not support your node v6.9.5, report it to ht…
-
Hi and first of all thanks for this great plugin!
I'm using it for several projects and for several years already. But now I have run into the issue that when I include the retina sprite, the sass …
-
https://github.com/fex-team/fis/blob/master/CHANGELOG.md#1100--wed-may-11-2016
changelog写着支持6.x, 我试了6.0.0和7.1.0 都有warning
看fis-spriter-csssprites 目录,github上好像也是 2years ago了。
是现在还不支持么?
-
This is an awesome plugin I just discovered.
But shouldn't you output the classes also?
See where I added.
```
@mixin cssSprite( $spriteVals ) {
width: nth( $spriteVals, 1 );
height: nth( $sp…
-
as long as I add the imagemin() task in the pipeline as the introduction said, there is a error thrown.
what's wrong?