Skip to content

Instantly share code, notes, and snippets.

@oxUnd
Created March 17, 2014 03:53
Show Gist options
  • Save oxUnd/9593694 to your computer and use it in GitHub Desktop.
Save oxUnd/9593694 to your computer and use it in GitHub Desktop.
使用fis-plus后线上smarty的配置

使用fis-plus后线上smarty的配置

上线时跟源码目录没多大关系了,具体配置是相对于产出目录的;fis-plus产出目录如下

.
├── config
├── plugin
├── static
└── template
  • config 这个目录里面产出的是静态资源映射表,以及smarty的一些conf文件(产品线自用)
  • plugin 这个目录下是fis或者产品线自定义的一些插件,一般在common目录模块里面
  • static 这个目录下是静态资源
  • template 这个目录下是产出的模板

config、plugin、template相对于smarty的config_dir、plugin_dir、template_dir。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment