[21:11:16] niedzielski: yesterday i finally got some CSS to come along for the ride with some of our consolidated JS :) [21:11:44] mhurd: woot \o/ [21:12:24] mhurd: i was just talking about it with adam in our 1:1. he mentioned we should chat up the web guys a bit about css (and the effort in general) [21:15:49] niedzielski: used "rollup-plugin-css-porter" - works pretty well. for "WidenImages.js" i have a "WidenImages.css" and now alongside "applib.js" there is now an "applib.css". i then modified Gruntfile.js to also slurp up "node_modules/applib/build/applib.css". tried it with a "CollapseTable.css" file too and those showed up in "applib.css" properly also [21:16:46] niedzielski: would need same modification to Android Gruntfile.js [21:16:59] mhurd: ah, so it's css embedded in the javascript? [21:17:32] niedzielski: no [21:18:23] niedzielski: when NPM builds the applib package it now builds both "applib.js" but also "applib.css" [21:18:44] mhurd: that sounds great! [21:21:41] niedzielski: it seemed pretty simple & light-weight - just took a while to figure out that 'rollup-plugin-css-porter' was the key that made it work. i'm still fleshing out documentation for the applib readme too. [21:22:27] mhurd: sounds good 👍 [21:24:20] niedzielski: i'll try to get a WIP up soon :) [21:25:17] mhurd: sweet! i look foward to checking it out [21:48:46] niedzielski: i pushed a patch scoped to just adding 'rollup-plugin-css-porter' [21:49:16] mhurd: thanks :]