Commit graph

72 commits

Author SHA1 Message Date
Kevin van Zonneveld
498cc80802 Document watch css 2015-12-18 13:38:59 +01:00
Kevin van Zonneveld
99c19cadc4 Less nesting in example dirs 2015-12-18 13:38:13 +01:00
Kevin van Zonneveld
382c09897c Leave tus out of Dropbox example 2015-12-18 12:42:34 +01:00
Kevin van Zonneveld
144af8d9ff Give examples their own layout so they can share more logic 2015-12-18 12:29:23 +01:00
Kevin van Zonneveld
e2bad4e730 Automatically build all things (also umd) and inject into website 2015-12-18 12:19:46 +01:00
Kevin van Zonneveld
dafde0227b Footer already contains copyright notice
Puppy icon by Jorge Fernandez del Castillo Gomez
2015-12-18 10:20:46 +01:00
Kevin van Zonneveld
a6b6f331a1 Contain examples inside their own dir 2015-12-18 10:19:53 +01:00
Artur Paikin
6d0f4a950a Favicon logo version 2015-12-18 01:31:43 -05:00
Artur Paikin
07fb39dca9 Remove these files from this location 2015-12-18 01:31:04 -05:00
Kevin van Zonneveld
0b0d3498f7 Remove debug statements 2015-12-17 15:52:17 +01:00
Kevin van Zonneveld
2937e56339 Cleanup 2015-12-17 15:51:41 +01:00
Kevin van Zonneveld
802b27bb17 String hexo & build-examples.js together 2015-12-17 15:47:21 +01:00
Kevin van Zonneveld
90bd9eb47e Use hexo renderer 2015-12-17 15:31:34 +01:00
Kevin van Zonneveld
72642c4998 Fix references to less nesting 2015-12-17 14:35:06 +01:00
Kevin van Zonneveld
1a44c98bf3 Less nesting. Allow one off builds 2015-12-17 13:57:47 +01:00
Artur Paikin
a28d6c5859 Logo and texts updated 2015-12-16 23:30:22 -05:00
Artur Paikin
c3fc83eb8b Removed images we don’t use, added screenshot 2015-12-16 23:14:07 -05:00
Artur Paikin
d04bcd4294 Credit styles 2015-12-16 23:13:38 -05:00
Kevin van Zonneveld
d5728b067f Add css capability to the dropbox example, just like in dragdrop 2015-12-15 10:16:33 +01:00
Kevin van Zonneveld
4dd3ad76aa Standardize & cleanup examples (regarding snippets) 2015-12-15 10:12:50 +01:00
Kevin van Zonneveld
1c6ea38196 Now that we don't offer 'raw' links (#43), use html vs htmls snippets 2015-12-15 10:00:56 +01:00
Kevin van Zonneveld
bf6f3f6640 Convert Dropbox example to snippet-style 2015-12-15 09:58:42 +01:00
Kevin van Zonneveld
a87dcaf9df Change the Drag and Drop example so that we can showcase code samples, as well as use them
I hope you like this @arturi? If not we can change it back of course!
2015-12-14 13:42:50 +01:00
Kevin van Zonneveld
08f90880ab Textual tweaks 2015-12-14 13:27:29 +01:00
Kevin van Zonneveld
f2471db6f9 Change references from playground to cdn 2015-12-14 12:11:00 +01:00
Kevin van Zonneveld
02a093e1eb renamed website/src/examples/playground.ejs to website/src/examples/cdn.ejs 2015-12-14 12:11:00 +01:00
Kevin van Zonneveld
93aa0b8c4b renamed website/src/examples/playground to website/src/examples/cdn 2015-12-14 12:11:00 +01:00
Artur Paikin
b5326800ef Test styles and moved logo 2015-12-12 00:06:48 +03:00
Kevin van Zonneveld
515328c5d1 Give the starting pages of each category a more intuitive filename 2015-12-11 15:46:19 +01:00
Kevin van Zonneveld
6a2d59a921 Here's one way that could show snippets, and execute them /cc @hedgerh @arturi 2015-12-11 15:44:56 +01:00
Kevin van Zonneveld
5860233606 Merge branch 'master' into build-feedback 2015-12-11 12:07:27 +01:00
Kevin van Zonneveld
924eef06ad Rename playground->cdn example and make it work 2015-12-11 12:05:49 +01:00
Artur Paikin
79b3693768 Fixed example app.js 2015-12-11 14:02:31 +03:00
Kevin van Zonneveld
c2bf709ed3 Cleanup examples 2015-12-11 11:29:35 +01:00
Artur Paikin
5ac9d15f5b Improve content in guide and footer 2015-12-11 13:05:15 +03:00
Kevin van Zonneveld
b43657adf3 "fix" DragDrop example 2015-12-11 10:58:50 +01:00
Kevin van Zonneveld
21c2d7eeaf Deprecate Makefile as it seems to cause more confusion than anything else at this point 2015-12-11 10:46:22 +01:00
Kevin van Zonneveld
f697e630d8 Move content out of the README.md -> into the open (website) 2015-12-11 10:22:18 +01:00
Artur Paikin
8ddf46be17 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	package.json
2015-12-11 00:19:48 +03:00
Artur Paikin
24a36d0460 Dragdrop example path changes 2015-12-11 00:17:22 +03:00
Harry Hedger
c5d00cb121 File cleanup. Removed moving uppy.js to examples folder in update.js 2015-12-10 13:06:31 -05:00
Harry Hedger
1db60b5c75 Fixed bad public path. Added uppy/plugins and uppy/core aliasing 2015-12-10 10:31:29 -05:00
Harry Hedger
03a913731b Added example watching system. 2015-12-10 09:42:46 -05:00
Harry Hedger
132adae735 Removing static files. Example src folder cleanup. 2015-12-10 04:31:30 -05:00
Artur Paikin
02ec40f894 moved Drag & Drop to website examples 2015-12-08 18:07:47 +03:00
Harry Hedger
b46e4aa277 Run npm run build:examples to build examples 2015-12-08 09:16:11 -05:00
Artur Paikin
57c31299a9 Moved DragDrop to examples folder 2015-12-08 12:57:15 +03:00
Harry Hedger
557415dd19 Moved dropbox example to website/src/examples 2015-12-07 12:38:15 -05:00
Harry Hedger
ae8040f6dd Moved examples to website/src/examples 2015-12-07 12:38:15 -05:00
Harry Hedger
40579226a6 Initial website example 2015-12-07 12:38:15 -05:00