Skip to content

Commit 0f630b6

Browse files
edit readme
1 parent 7d7ecb1 commit 0f630b6

File tree

8 files changed

+152
-87
lines changed

8 files changed

+152
-87
lines changed

README.md

Lines changed: 147 additions & 79 deletions
Large diffs are not rendered by default.

app/.meteor/versions

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ babel-runtime@0.1.11
1717
base64@1.0.9
1818
binary-heap@1.0.9
1919
blaze@2.1.9
20-
blaze-html-templates@1.0.4
20+
blaze-html-templates@1.0.5
2121
blaze-tools@1.0.10
2222
boilerplate-generator@1.0.9
2323
caching-compiler@1.1.7
@@ -93,10 +93,12 @@ spacebars@1.0.13
9393
spacebars-compiler@1.0.13
9494
srp@1.0.9
9595
standard-minifier-js@1.2.0
96-
templating@1.2.14
96+
templating@1.2.15
97+
templating-compiler@1.2.15
98+
templating-runtime@1.2.15
9799
templating-tools@1.0.5
98100
tracker@1.1.0
99-
ui@1.0.11
101+
ui@1.0.12
100102
underscore@1.0.9
101103
url@1.0.10
102104
useraccounts:core@1.14.2

app/imports/startup/client/router.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { FlowRouter } from 'meteor/kadira:flow-router';
22
import { BlazeLayout } from 'meteor/kadira:blaze-layout';
33

4-
// Do imports to maximize chance of success; try deleting later.
5-
import '../../ui/layouts';
6-
import '../../ui/pages';
7-
84
FlowRouter.route('/', {
95
name: 'Home_Page',
106
action() {
@@ -33,7 +29,6 @@ FlowRouter.route('/stuff/:_id', {
3329
},
3430
});
3531

36-
// the App_notFound template is used for unknown routes and missing lists
3732
FlowRouter.notFound = {
3833
action() {
3934
BlazeLayout.render('App_Body', { main: 'App_Not_Found' });

doc/AddStuff.png

-52.5 KB
Binary file not shown.

doc/EditStuff.png

-53.7 KB
Binary file not shown.

doc/ListStuff.png

-51.3 KB
Binary file not shown.

doc/image-not-found.png

-232 KB
Binary file not shown.
-320 KB
Binary file not shown.

0 commit comments

Comments
 (0)