fex-team / jello

Front End Integrated Solution for J2EE Velocity.
206 stars 49 forks source link

#require 不输出内容 #59

Open daihy8759 opened 9 years ago

daihy8759 commented 9 years ago

写法如下:

require("/static/css/bootstrap/bootstrap.css")

    #require("/static/css/bootstrap/bootstrap-theme.css")

路径是在webapp的static目录下 一般是什么问题会导致这个情况

2betop commented 9 years ago

检查下 产出的 map.json 文件,是否包含这两条。

daihy8759 commented 9 years ago

但是我找了很多地方没有找到map.json 是如何配置的,这么重要的配置藏哪个角落了么

2betop commented 9 years ago

那个不需要配置,那个自动产出的, 在产出目录找。

2betop commented 9 years ago

唯一能控制的是用 roadmap.path 配置,将目标文件的 useMap 给关了。

http://fis.baidu.com/docs/advance/roadmap.html

daihy8759 commented 9 years ago

那如果使用这个框架的话,就是需要按前端目录建好,先写前端文件然后jello构建完输出到后端程序的目录下?

2betop commented 9 years ago

是的。