Commit graph

795 commits

Author SHA1 Message Date
Kevin van Zonneveld
421278e28c Automate importing a better code-sample into the frontpage layout 2015-12-18 15:23:50 +01:00
Kevin van Zonneveld
872a1dcbb5 Reflect uppy.css dist changes in website 2015-12-18 13:37:58 +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
083571cd09 Also clean artifacts 2015-12-18 10:19:43 +01:00
Kevin van Zonneveld
b9f0111f3a We'll need a real renderer, otherwise Hexo deletes artifacts in one-off builds 2015-12-17 16:55:10 +01:00
Kevin van Zonneveld
2937e56339 Cleanup 2015-12-17 15:51:41 +01:00
Kevin van Zonneveld
90bd9eb47e Use hexo renderer 2015-12-17 15:31:34 +01:00
Kevin van Zonneveld
1a44c98bf3 Less nesting. Allow one off builds 2015-12-17 13:57:47 +01:00
Kevin van Zonneveld
5860233606 Merge branch 'master' into build-feedback 2015-12-11 12:07:27 +01:00
Kevin van Zonneveld
91d8b8d4c0 Sort npm scripts 2015-12-11 11:34:14 +01:00
Kevin van Zonneveld
fd3aa8b86f Rename watch.js to the imho more accurate watch-examples.js 2015-12-11 10:58:37 +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
038df93035 Rename website->web in all scripts for consistency 2015-12-11 10:34:45 +01:00
Kevin van Zonneveld
b7bc3a4fb9 Removing echos as npm (already) shows the commands being executed 2015-12-11 10:32:09 +01:00
Kevin van Zonneveld
272ea1544d Add npm script for website deploy 2015-12-11 10:29:32 +01:00
Artur Paikin
cbe9067a15 Added npm modules required by the updated build system 2015-12-11 12:26:45 +03:00
Harry Hedger
4412428205 Makefile now calls npm scripts. Added bin/website-deploy script. Removed some npm scripts. 2015-12-10 13:04:54 -05:00
Harry Hedger
edbbfd9ef8 Add --debug to hexo server. Update example npm script. 2015-12-10 11:00:50 -05:00
Harry Hedger
03a913731b Added example watching system. 2015-12-10 09:42:46 -05:00
Harry Hedger
b46e4aa277 Run npm run build:examples to build examples 2015-12-08 09:16:11 -05:00
Artur Paikin
0ba5607f37 Merge branch 'promises'
# Conflicts:
#	package.json
2015-12-08 16:32:00 +03:00
Harry Hedger
45f8a14d87 Added superagent to package.json 2015-12-05 15:01:39 -05:00
Artur Paikin
a1e33441af Second crack at reimplementing async.waterfall and async.parallel in Promises
Thanks to:
http://trevorburnham.com/presentations/flow-control-with-promises/#/16
http://bluebirdjs.com/docs/coming-from-other-libraries.html#async.waterf
all
and personally Roman Liutikov
@roman01la
2015-12-04 19:32:44 +03:00
Kevin van Zonneveld
c58e647066 Use a hidden config file for browser-sync, in line with others 2015-12-03 14:09:27 +01:00
Artur Paikin
59121f55e1 Attempting to make plugins run in a waterfall of parallels 2015-11-27 08:54:13 -05:00
Harry Hedger
3b0ba67991 fix dev:examples 2015-11-27 08:53:27 -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
177210957c Added dev:examples 2015-11-27 05:58:14 -05:00
Harry Hedger
1f8cf50da8 Updated build system 2015-11-27 05:40:45 -05:00
Harry Hedger
e3e1799683 Refactoring build system 2015-11-27 02:47:49 -05: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
7a60440d4b First swing at bundles & individual builds 2015-11-24 14:24:59 +01:00
Artur Paikin
7ba8df8411 Attempting to build a playground example with Browserify & Babel 2015-11-24 15:43:26 +03:00
Kevin van Zonneveld
711dc27961 Fix && syntax /cc @hedgerh 2015-11-23 17:16:10 +01:00
Harry Hedger
3adeea07b1 Updated examples build config 2015-11-23 10:55:11 -05:00
Harry Hedger
df1648aad3 Refactored npm scripts. 2015-11-17 12:27:15 -05:00
Harry Hedger
ad5a1bd766 update package.json 2015-11-17 12:27:15 -05:00
Harry Hedger
00bae53d3c update package.json 2015-11-17 12:27:14 -05:00
Harry Hedger
d257f8ff52 Add tests and eslint 2015-11-17 12:26:49 -05:00
Kevin van Zonneveld
17fb3f6d53 Met npm run preview and npm run watch play nice together. Fixes #13 2015-11-17 17:38:15 +01:00
Kevin van Zonneveld
a2428babfd Ship a small webserver for local testing. Fixes #12 2015-11-17 14:52:51 +01:00
Harry Hedger
21c7ef8a05 js input/output and css output renamed transload-js-client.* 2015-11-17 07:24:30 -05:00
Harry Hedger
de7aa87eff Added build and watch scripts for js/css using browserify, babelify, node-sass, nodemon, watchify 2015-11-16 13:04:38 -05:00