Commit graph

70 commits

Author SHA1 Message Date
Christopher Willis-Ford
0f9a52f34d 1.0.3 2018-12-14 15:05:43 -08:00
Christopher Willis-Ford
1145c44915 1.0.2 2018-12-14 11:01:22 -08:00
Christopher Willis-Ford
f90534e09c 1.0.1 2018-12-14 00:44:45 -08:00
Christopher Willis-Ford
2068dc50bb Update package name and version 2018-12-13 12:01:08 -08:00
Christopher Willis-Ford
c9bcd14015 Add source-map-loader 2018-12-12 09:05:19 -08:00
Christopher Willis-Ford
69f48aefb8 npm upgrade 2018-12-04 23:00:21 -08:00
Christopher Willis-Ford
d2d6704360 Let npm reformat package-lock.json
Recent versions of `npm` record sub-dependency version ranges
differently, though the actual modules installed have not changed. I'm
separating this into its own commit so it doesn't make other changes
harder to see.
2018-12-03 15:39:42 -08:00
Christopher Willis-Ford
d1acf29f51 Merge branch 'electron-webpack' into develop 2018-10-31 14:52:34 -07:00
Christopher Willis-Ford
53e8723086 Fix build with/without npm ln, match scratch-gui
Match the versions of Webpack, Babel, and related plugins as used in
scratch-gui. That plus a few other tweaks means that this repository
builds the same with or without `npm ln scratch-gui`, and also means
that all syntax used in scratch-gui should build the same here.
2018-10-24 09:47:52 -07:00
Christopher Willis-Ford
42cba6414e Add media library assets, fetch script 2018-10-19 15:19:41 -07:00
Christopher Willis-Ford
25c0954b94 Update electron-webpack and webpack
The old version of webpack takes a long time and then runs out of memory
when I add media library assets in `src/static`. The new version handles
it OK.
2018-10-17 17:22:48 -07:00
Christopher Willis-Ford
606f28ae43 Upgrade to electron@^3.0.2 2018-09-27 14:43:04 -07:00
Christopher Willis-Ford
4a8bac49dd Copy static assets from GUI, load GUI from dist/ 2018-09-27 14:35:02 -07:00
Christopher Willis-Ford
c6a229f57f Webpack config fixups including react-intl 2018-09-27 14:32:25 -07:00
Christopher Willis-Ford
3785f7070e Get scratch-gui working, kinda, sorta...
CSS isn't loaded and it takes a LONG time to compile, but it does load
the GUI. It also requires using `npm ln` for `scratch-gui`.
2018-09-27 14:32:22 -07:00
Christopher Willis-Ford
6adb950ef6 Add React, Redux, and related deps 2018-09-27 14:29:56 -07:00
Christopher Willis-Ford
13391df515 Use eslint-config-scratch 2018-09-27 14:28:23 -07:00
Christopher Willis-Ford
6145b0b9a1 Convert to use npm instead of yarn, rename app 2018-09-27 14:26:51 -07:00
Christopher Willis-Ford
0c8a186455 Add electron and stub start script 2018-09-06 11:45:37 -07:00
Christopher Willis-Ford
876f185f53 Initial commit 2018-09-06 11:20:27 -07:00