fis3-demo icon indicating copy to clipboard operation
fis3-demo copied to clipboard

fis3 demo

Results 43 fis3-demo issues
Sort by recently updated
recently updated
newest added

![html](https://cloud.githubusercontent.com/assets/16769181/13483707/edda45de-e131-11e5-8095-3c6ded0706f4.png) ![time](https://cloud.githubusercontent.com/assets/16769181/13483709/efaaf426-e131-11e5-84a9-ab10d1c63102.png)

比如在fis3-angualr-demo中 fis.conf中设置了 ![image](https://cloud.githubusercontent.com/assets/13979818/15996994/ddba1402-3160-11e6-91a1-085262e3b8df.png) 为什么在release之后,会产出bower_components中的文件, fis.set('project.files',[])不是指定需要编译的文件夹和引用的资源吗

fis3关于use-php这个解决方案怎么像fisp那样支持本地调试?

使用use-react 的Demo不能正常显示 是什么原因

Error: [ng:areq] Argument 'CualUserController' is not a function, got undefined http://errors.angularjs.org/1.3.20/ng/areq?p0=CualUserController&p1=not%20aNaNunction%2C%20got%20undefined at http://127.0.0.1:8080/statics/bower_components/angular/angular.js:63:12 at assertArg (http://127.0.0.1:8080/statics/bower_components/angular/angular.js:1590:11) at assertArgFn (http://127.0.0.1:8080/statics/bower_components/angular/angular.js:1600:3) at http://127.0.0.1:8080/statics/bower_components/angular/angular.js:8493:9 at http://127.0.0.1:8080/statics/bower_components/angular/angular.js:7661:34 at forEach (http://127.0.0.1:8080/statics/bower_components/angular/angular.js:334:20) at nodeLinkFn (http://127.0.0.1:8080/statics/bower_components/angular/angular.js:7648:11) at...

想法: 基于seajs的依赖合并是基于html页面开始的,我想不管html页面,直接基于页面js文件,通过页面js文件里的依赖关系把文件合并。 目录规范: ``` - pro - --json - --static - ----| images - ----| js - ------| pages - ------| plugin - ------| widget - ----| css - --view...

资源多了map.json文件肯定会很大,所以命名空间还是有必要的,那么问题来了那些根据命名空间生成的map.json具体是怎么生成的?use-php中的代码貌似也只会生成一个map.json文件.

fis.set('newDate', Date.now()); fis.match('*.js', { query: '?t=' + fis.get('newDate') });

'/(widget/{*,**/*}.tpl)' 在以上式子中, () 中 出现 {} {} 的第二条规则是无效的, 式子是在 use-smarty 的demo中看到的