Skip to content

Commit bebdc2a

Browse files
committed
Merge v2 docs
1 parent a24958b commit bebdc2a

File tree

1,561 files changed

+265417
-224277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,561 files changed

+265417
-224277
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tutorials/*.html
1818
index.html
1919
remote.json
2020
nbproject
21-
react-jade-temp/
21+
react-pug-temp/

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ And then, you can use gulp to compile less and jade files, read more about [Gulp
1212
gulp tasks list
1313

1414
- `gulp server`: run website on local server
15-
- `gulp jade`: build jade files to html
15+
- `gulp pug`: build jade files to html
1616
- `gulp less`: build less files to css
1717
- `gulp build`: build both jade and less files
1818

1919
By default all static resources refer to CDN host. To use local resources (for dev purpose only), you can call same gulp tasks with ` -local` argument
20-
- `gulp jade -local`: build jade files to html and use local resources instead of CDN
20+
- `gulp pug -local`: build jade files to html and use local resources instead of CDN
2121
- `gulp build -local`: build jade and less files use local resources instead of CDN
2222
- `gulp server -local`: run website on local server and use local resoureses with next builds
2323

apps/Framework7-Contacts7-MVC/.gitignore

-2
This file was deleted.

apps/Framework7-Contacts7-MVC/README.md

-45
This file was deleted.

apps/Framework7-Contacts7-MVC/app.js

-30
This file was deleted.

apps/Framework7-Contacts7-MVC/contact.html

-21
This file was deleted.

apps/Framework7-Contacts7-MVC/css/app.css

-201
This file was deleted.
-17.5 KB
Binary file not shown.
-29.4 KB
Binary file not shown.
-33.4 KB
Binary file not shown.
-32.9 KB
Binary file not shown.
-28.7 KB
Binary file not shown.
-45.5 KB
Binary file not shown.
-32.6 KB
Binary file not shown.
-43.1 KB
Binary file not shown.
-27.8 KB
Binary file not shown.
-34.6 KB
Binary file not shown.
-30.5 KB
Binary file not shown.
-9.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)