Commit graph

27 commits

Author SHA1 Message Date
Renée Kooi
040ff822d5
Use src/ files in website examples.
Uses a custom Browserify plugin that turns resolved
`@uppy/xyz/lib/index.js` paths into `@uppy/xyz/src/index.js`. We can
move that plugin to a different file and use it in other places later.
It's a bit of a hack but this is easier than maintaining an aliasify
config for every package, I think.

(Also took this opportunity to ES6ify the examples build script using
`const` / arrows / Set.)
2018-07-16 12:23:11 +02:00
Renée Kooi
b9f1e3acd3
Fix some paths in the website build process. 2018-06-18 16:02:06 +02:00
Renée Kooi
e5bacdd5ab
Update import paths in documentation. 2018-06-18 12:55:56 +02:00
Renée Kooi
809fd98a10
website: Update browserify 2018-01-15 11:23:35 +01:00
Renée Kooi
d78e009a74
website: Use uppy/lib in import paths in examples. 2017-06-13 14:40:52 +02:00
Artur Paikin
cbab7bc186 Switch to babel-plugin-yo-yoify 2017-02-27 11:13:21 -05:00
Artur Paikin
080c2abe90 update website examples and build-examples script 2016-12-19 23:58:59 -05:00
Artur Paikin
1376a77925 Don’t use browserify aliasing for now 2016-06-23 00:17:27 -07:00
Artur Paikin
2c6d60e104 Changelog updated, rollupify for later 2016-03-16 19:58:16 -04:00
Artur Paikin
ff8fbd4338 Minor build script update 2016-03-13 11:39:54 -04:00
Artur Paikin
3818bd28ae Add sourcemaps to examples build 2016-03-10 14:43:15 -05:00
Kevin van Zonneveld
b47e4c900f Expose locales index in browserify 2016-03-07 10:17:38 +01:00
Artur Paikin
4ae36841a6 Semicolon 2016-02-15 14:41:58 -05:00
Artur Paikin
0d60a4f21d When running without watch, process.exit(1) on error 2016-02-15 14:38:57 -05:00
Artur Paikin
d3cb24582a Make build system great again, yet again 2016-02-11 19:57:16 -05:00
Artur Paikin
6e10cad76e Use ejsify 2016-01-26 10:29:51 -05:00
Kevin van Zonneveld
322c90ccf8 No more standard exceptions 2016-01-24 10:18:48 +01:00
Harry Hedger
c14f7786f8 Added EJS 2016-01-23 16:50:27 -05:00
Artur Paikin
466ac05ff1 Handlebars + hbsfy for templates
Gave it a try
2016-01-22 15:56:07 -05:00
Kevin van Zonneveld
06796278a1 Lint website js too 2016-01-20 11:48:04 +01:00
Artur Paikin
0fc2191fbf Let’s make our build system great (and fast) again 2016-01-16 02:23:47 -05: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
9cac222b81 Remove unused event handler 2015-12-17 16:12:58 +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
6038a0010d Create parent dirs 2015-12-17 14:34:51 +01:00
Kevin van Zonneveld
1a44c98bf3 Less nesting. Allow one off builds 2015-12-17 13:57:47 +01:00
Renamed from website/watch-examples.js (Browse further)