fis-plus icon indicating copy to clipboard operation
fis-plus copied to clipboard

百度基于FIS的前端集成解决方案,可能是史上最强大的前端集成解决方案

Results 57 fis-plus issues
Sort by recently updated
recently updated
newest added

fis-plus安装成功,fisp -v 能看到fisp版本。 npm install fis-parser-node-sass -g 安装sass成功。 执行 fisp release -d xxx 时,提示如下: load plugin [fis-parser-node-sass] error : Missing binding /usr/local/lib/node_modules/fis-parser-node-sass/node_modules/node-sass/vendor/darwin-x64-48/binding.node Node Sass could not find a binding for...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

之前项目使用的是node v0.10,正常使用。因其他项目的问题,将node升级到了node v7.2.0,然后就没有办法release了,具体的问题是 ``` line 2: 15543 Floating point exception(core dumped) fisp release -c -o -d dev sending incremental file list ``` 然后每次release都会产生`core.fis.release -c`的文件,而且这个文件很大。 这是什么原因呢?要如何解决?

[ERROR] unable to load plugin [fisp-parser-utc] or [fis-parser-utc] in ...

fis-plus对项目的目录结构及目录的名称是有要求的,widget、page、fis-conf.js 等并列的目录组成。我的疑问是,现在新建一个新的文件夹 fisp-demo,fis-plus是否有提供一个命令或者方法可以自动将fisp-demo 这个空目录变成符合fis-plus 目录结构、名称的要求 。而不是 手动去一一创建fis-plus要求的目录结构及名称。

使用fis3-plus fis3 release 后怎么生成index.html

Hola! @zachdary has created a [ZenHub](http://www.zenhub.com) account for the **fex-team** organization. ZenHub is the only project management tool integrated natively in GitHub – created specifically for fast-moving, software-driven teams. ---...

有一阵没有使用本地server 开发,启动server 的时候报错,大概是什么原因?? bogon:nerve-webapp liaobin$ fisp server start --port 8083 ``` checking java support : v1.6.0 checking php-cgi support : v5.5.29 starting fis-server ... fail 2016-07-29 17:18:21.346:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT java.io.FileNotFoundException: /java/Java.inc (No...

fis-sprite-csssprites因为依赖images的关系,不兼容Node 4+ [email protected] 版本里面更新了最新的依赖 但fis-plus 这个版本依赖的是 [email protected],所以依赖于 fis-plus的项目都不能自动合并雪碧图 希望fis-plus能升级下 fis版本并发布到npm