You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## What's brisky
2
2
3
-
**brisky** is a static resource load framework evolute from fisp. We have some special structure in our resource map which normally named **resource.json**. And our module loader of browser side is [kernel.js](https://github.com/AceMood/kerneljs/), which is flexible enough to load js and css file as module dynamically.
3
+
**brisky** is a static resource load framework evoluted from fisp. We have some special structure in our resource map which normally named **resource.json**. And our module loader of browser side is [kernel.js](https://github.com/AceMood/kerneljs/), which is flexible enough to load js and css file as module dynamically.
4
4
5
5
## Why brisky
6
6
7
-
Fisp is suit for fip tool to load and manage front end resources. We have another static resource manage system named **soi**, [soi](https://github.com/Saber-Team/soi) has a very flexible plug-in archtecture, and its source code is simple enough for all developers to read. Used in production environment is also easy for not only front end developers. Further, we want to control the logic ourselves.
7
+
Fisp is suit for fis tool to load and manage front end resources. We have another static resource manage system named **soi**, [soi](https://github.com/Saber-Team/soi) has a very flexible plug-in archtecture, and its source code is simple enough for all developers to read. Used in production environment is also easy for not only front end developers. Further, we want to control the logic ourselves.
8
8
9
9
10
10
## Usage
@@ -21,5 +21,8 @@ Fisp is suit for fip tool to load and manage front end resources. We have anothe
21
21
22
22
## Tips
23
23
24
-
[1]**brisk** has a core class set in brisk directory, and other api is used as smarty plugins.
24
+
[1]**brisk** has a core class set in brisk directory, and other api out of this directory are all smarty plugins.
25
25
26
+
[2]**brisk** does not depend on smarty object in its core code.
0 commit comments