fex-team / fis3

FIS3
http://fis.baidu.com
BSD 2-Clause "Simplified" License
2.79k stars 693 forks source link

less css 合并失败 #587

Open nice2meu opened 8 years ago

nice2meu commented 8 years ago

widget模版里 有纯css的模块 也有less.css的模块

页面 import widget less.css不能和css合并一起 aio.css

image

2betop commented 8 years ago

用 loader 插件的 allInOne https://github.com/fex-team/fis3-postpackager-loader

nice2meu commented 8 years ago

用了的
image 页面代码

image

aio.css

其实less 已经合并到 aio.css里面去了 但是页面里面还有less.css

@2betop

2betop commented 8 years ago

嗯,你得把 packTo 去掉,让那个插件去 allInOne 打包。现在其实走的是其他插件的打包。

nice2meu commented 8 years ago

已解决问题,但是不是 @2betop 说的理由,如果是你说的理由,你们官方的文档就是有错误的。

错误原因如上,css link 格式的原因 估计js也有如上的问题(待测试)

2betop commented 8 years ago

你改了 link 后,你说的两个页面的css就没打包同一个 aio.css 里面去了?我表示怀疑。

2betop commented 8 years ago

好吧,我看错问题了,理解错了。