Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuoyanart/witchnorm
https://github.com/zuoyanart/witchnorm
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zuoyanart/witchnorm
- Owner: zuoyanart
- Created: 2014-01-23T06:14:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T10:49:43.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T20:09:08.191Z (7 months ago)
- Language: JavaScript
- Size: 4.39 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
witchNorm
====
Witch开发规范的相关说明关于CSS和JS的源代码都在static目录下,witchNode为网站运行目录可不必查看,当然如想运行,用node运行witchNode即可
#####static目录结构
````````js
---- public //除了html页面(即模版页面)的所有静态文件目录
---------- css //样式目录
-----------js //脚本目录
-----------images //图片目录
-----------plug //前端使用的插件目录
----views //html页面(即模版页面)的所在的目录
-----------include //通用部分,如果header和footer
-----------fis-config.js //fis的配置文件
-----------fis-index.bat //启动编译的bat
``````
里面包含所有的css和js脚本源文件
网站运行时候运行的文件都被压缩过,不方便查看源代码,请在static里查看