Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当使用fis3-postpackager-loader合并css文件时,csssprite没有处理aio.css #52

Open
shihuacivis opened this issue Jun 28, 2016 · 1 comment

Comments

@shihuacivis
Copy link

  .match('::package', {
    postpackager: fis.plugin('loader', {
      allInOne: {
        js: 'j/auto_aio.js',
        css: 'c/auto_aio.css'
      }
    })
  , spriter: fis.plugin('csssprites',{
      layout: 'matrix',
      margin: '0'
    })
  })

单独使用csssprite时正常,但当使用fis3-postpackager-loader合并css文件时,合并后的css没有产生雪碧图。

@anjorweb
Copy link

anjorweb commented Nov 3, 2016

同这个问题,使用了loader 合并后,csssprite并不处理了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants