-
安卓机现在又开始arttemplate error了
-
- **操作系统**: OS X EI Capitan 10.11.6
- **Node版本**: v0.12.7
- **FIS版本**: v3.4.22
- **解决方案**: 无
- **依赖插件**:
1、artTemplateJS 无法再fis3环境中使用
配置文件如下
``` js
/**
*FIS3 config
*@Author: miles.Fu;
*…
-
在大文件的情况下,表现很不理想
具体看demo:https://github.com/ksky521/artTemplate-express-demo
-
请问项目中模板引擎是用template-web.js 还是如您note.md中所说的arttemplate??
-
不知道为什么,artTemplate无法通过require引入,总是报错
![image](https://cloud.githubusercontent.com/assets/12230077/15997196/c26938f6-3163-11e6-8b39-d7ee93da1f5c.png)
上面是我在mod.js里面console.dir('id')的输出结果,有一个很奇怪的 functio…
-
RT,这让我有些困扰。这些动态模板是基于一个模板而生成的,无法使用tmodjs处理,考虑了一下,页面加载一个tmodjs的编译引擎,或者为了这些动态模板加载artTemplate,好像都有些得不偿失。动态模板这一块逻辑较多,牵扯复杂,不能轻易修改。请指点,多谢
-
比如某个组件放在了components/button下,名字分别为button.js,button.css和button.art,有没有办法在include引用button.art的时候同时把button.js和button.css(和它同名的css和js文件)一同引入进来呢?
感觉这样的话模块与模块,组件与组件之间才能彻底分开,引入模板的时候也无需去关注到底它引了哪些资源了。
art…
-
有用FIS3打包的朋友可以试试:
[https://github.com/rpdg/fis3-parser-art-template4](https://github.com/rpdg/fis3-parser-art-template4)
很喜欢artTemplate新版本,但fis3的解析器网上搜不到,所以自己写了一个。欢迎指教
-
JX(腾讯) – http://alloyteam.github.com/JX
KISSY(淘宝) – http://www.kissyui.com
QWrap(百度) - http://www.qwrap.com
Tangram(百度) – http://tangram.baidu.com
Como – http://www.comsome.com
EdoJs – http://www…
-
## Javascript
- [Adventures in JavaScript Development](http://rmurphey.com/)
- [Zepto.js: the aerogel-weight jQuery-compatible JavaScript library](http://zeptojs.com/)
- [JS GooDies](http://js.gd/)
- …