Commit graph

139 commits

Author SHA1 Message Date
Kevin van Zonneveld
afbbc31e22 emoti 2015-11-28 12:01:25 +01:00
Kevin van Zonneveld
d7c85dc1bc Customization 2015-11-28 11:59:52 +01:00
Kevin van Zonneveld
e1a36bcf67 Automatically update the website with ./dist information 2015-11-28 10:15:39 +01:00
Kevin van Zonneveld
f40e6396f7 Try to fix npm install errors on Travis
Like This version of node/NAN/v8 requires a C++11 compiler
2015-11-28 10:00:03 +01:00
Kevin van Zonneveld
0f15b4872c Install as a first step 2015-11-28 09:56:44 +01:00
Kevin van Zonneveld
b2a98f2233 Remove a few more vue references 2015-11-28 09:34:27 +01:00
Kevin van Zonneveld
9b2eb3cf35 Automatically deploy website onto gh-pages 2015-11-28 09:27:16 +01:00
Harry Hedger
3b0ba67991 fix dev:examples 2015-11-27 08:53:27 -05:00
Harry Hedger
21b9228e46 Removed console logs 2015-11-27 08:08:54 -05:00
Harry Hedger
2be4372b5e Fixed build issue 2015-11-27 08:08:19 -05:00
Harry Hedger
d53e010496 Fixed build example issue 2015-11-27 07:31:23 -05:00
Harry Hedger
da32d6e54b Merge pull request #32 from transloadit/build-system
Build system
2015-11-27 06:01:41 -05:00
Harry Hedger
177210957c Added dev:examples 2015-11-27 05:58:14 -05:00
Harry Hedger
5014604589 added root core/plugins indexes 2015-11-27 05:51:00 -05:00
Harry Hedger
afa382bdc9 removed build/ from gitignore 2015-11-27 05:41:29 -05:00
Harry Hedger
1f8cf50da8 Updated build system 2015-11-27 05:40:45 -05:00
Harry Hedger
40d50b58ec Modified build system. Added dist build script 2015-11-27 02:49:20 -05:00
Harry Hedger
3d50677fdd Removed lib and build file 2015-11-27 02:48:49 -05:00
Harry Hedger
df30cbe1fb Add factory function to create new core. 2015-11-27 02:48:49 -05:00
Harry Hedger
e3e1799683 Refactoring build system 2015-11-27 02:47:49 -05:00
Kevin van Zonneveld
8d4e80645a :D 2015-11-26 16:27:31 +01:00
Kevin van Zonneveld
85329315e4 Add Vue.js license 2015-11-26 16:19:52 +01:00
Kevin van Zonneveld
42429d9c81 Consolidate gitignore 2015-11-26 16:19:44 +01:00
Kevin van Zonneveld
a39f0c4f8b Document how to work on the site 2015-11-26 16:16:21 +01:00
Kevin van Zonneveld
19024604b8 Update package.json 2015-11-26 16:01:23 +01:00
Kevin van Zonneveld
d07360a207 Rename to uppy 2015-11-26 16:00:49 +01:00
Kevin van Zonneveld
932ed45aa8 renamed ./test/spec/transloadit.js to ./test/spec/uppy.js 2015-11-26 15:59:02 +01:00
Kevin van Zonneveld
da07ff5954 renamed ./examples/playground/static/css/transloadit-js-client.css to ./examples/playground/static/css/uppy.css 2015-11-26 15:58:41 +01:00
Kevin van Zonneveld
28c3016a4a Get a static website going. I stole this from the wonderful Vue.js. We'll obviously have to change everything to make it Uppy 🐶 - but this allows us to kickstart 2015-11-26 15:51:47 +01:00
Kevin van Zonneveld
35ef253a2a Update README.md 2015-11-26 11:37:21 +01:00
Artur Paikin
8c5988a55b Drag & Drop plugin: stage 1 2015-11-24 23:16:14 +03:00
Artur Paikin
e9e28bfb15 Resolved conflict, fixed test.js (kinda) 2015-11-24 18:23:09 +03:00
Kevin van Zonneveld
2e43dbc314 import TransloaditPlugin 2015-11-24 15:20:21 +01:00
Kevin van Zonneveld
2f0ddbcd38 Structure is directly under core now 2015-11-24 15:17:22 +01:00
Kevin van Zonneveld
c2cbdc02a4 Directory placeholders 2015-11-24 15:07:24 +01:00
Kevin van Zonneveld
2c8930c706 Playground fixes 2015-11-24 14:53:23 +01:00
Kevin van Zonneveld
1c10c7b08f Cleanup 2015-11-24 14:32:21 +01:00
Kevin van Zonneveld
4208086e5d test causing issues in src 2015-11-24 14:30:20 +01:00
Kevin van Zonneveld
7a60440d4b First swing at bundles & individual builds 2015-11-24 14:24:59 +01:00
Artur Paikin
97bcc4853a Added test.js, updated plugins to include TransloaditPlugin 2015-11-24 16:03:17 +03:00
Artur Paikin
7ba8df8411 Attempting to build a playground example with Browserify & Babel 2015-11-24 15:43:26 +03:00
Artur Paikin
8e6415212c Ignore all of /build 2015-11-24 15:43:26 +03:00
Artur Paikin
fd57e9db0a Updated core/plugin structure 2015-11-24 15:43:26 +03:00
Kevin van Zonneveld
2cd713db73 Link to classes 2015-11-24 13:34:38 +01:00
Kevin van Zonneveld
b15ddbb635 Markdown fixes 2015-11-24 13:33:09 +01:00
Kevin van Zonneveld
08b2270a44 Add a bit about the Travis unclarity 2015-11-24 13:28:49 +01:00
Kevin van Zonneveld
6ee50f3f00 Install the artifacts into the example projects after every build 2015-11-24 12:21:37 +01:00
Kevin van Zonneveld
f1aa1072d5 Merge pull request #27 from transloadit/feature-examples
Examples Folder
2015-11-24 11:50:39 +01:00
Kevin van Zonneveld
49c7c7e085 Files can be objects. Container can be initialized at runtime 2015-11-23 18:31:24 +01:00
Harry Hedger
223f2079ac Fixed build script to compile core 2015-11-23 11:19:41 -05:00