forked from tomdale/everyjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
executable file
·42 lines (28 loc) · 1.24 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
_____ _ _____
/ ___| | | / __ \
\ `--. _ __ _ __ ___ _ _ | |_ | / \/ ___ _ __ ___
`--. \| '_ \ | '__|/ _ \ | | | || __|| | / _ \ | '__|/ _ \
/\__/ /| |_) || | | (_) || |_| || |_ | \__/\| (_) || | | __/
\____/ | .__/ |_| \___/ \__,_| \__| \____/ \___/ |_| \___|
| |
|_|
Your SproutCore project is almost ready! Here's how to get started:
- Change lang="en" in the <html> tag if your page is not in English
- Fill:
<title></title>
<meta name="description" content="">
<meta name="author" content="">
- Change the favicons
- Start writing your app in js/app.js.
- Describe your application HTML in index.html.
- During development, you can link to sproutcore-2.0.a.1.js to get the
unminified version of SproutCore.
- Make a 404.html page if you have a 404 redirection in your server configuration file
== Recommendations and usage =====
- Use CSS versioning to force the cache refresh:
<link rel="stylesheet" href="css/style.css?v=[current_version]">
== About =========================
This SproutCore package is based on a build of HTML 5 Boilerplate from
initializr.com. Thanks @jverrecchia!
== Contact =======================
www.sproutcore.com