00:01:02 cool, installer works and crawl works (modulo win8 graphical bugs) 00:01:22 probably will try to do cross-compile in my chroot for the final release 00:02:23 -!- simmarine has joined ##crawl-dev 00:03:46 Unstable branch on crawl.s-z.org updated to: 0.17-a0-11-gedc27af (34) 00:06:56 -!- UncertainKitten has quit [Ping timeout: 244 seconds] 00:08:05 -!- Wah has quit [Read error: Connection reset by peer] 00:10:27 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 00:11:21 good idea mrwooster, linking to play.htm would even geo-locate players that way 00:11:27 -!- unpaidbi1l has quit [Remote host closed the connection] 00:11:28 but does anyone use the chrome web store? 00:13:03 -!- Krakhan has quit [Ping timeout: 256 seconds] 00:15:25 -!- bonghitz has quit [Ping timeout: 255 seconds] 00:16:06 yep, quite a few 00:16:09 esp on chromebooks 00:16:52 Unstable branch on crawl.develz.org updated to: 0.17-a0-11-gedc27af (34) 00:18:31 -!- Siegurt has quit [Quit: Leaving.] 00:21:29 -!- UncertainKitten has joined ##crawl-dev 00:23:32 -!- CacoS has quit [Ping timeout: 246 seconds] 00:25:17 -!- mrwooster_ has joined ##crawl-dev 00:25:18 -!- mrwooster has quit [Ping timeout: 246 seconds] 00:25:18 -!- mrwooster_ is now known as mrwooster 00:26:02 mrwooster: how do you feel about delivering static css/js via 3rd party cdn for bootstrap & jquery? 00:26:29 currently i use bootstrap official (maxcdn) and google cdn (for jquery) 00:26:56 for core libaries its usually the best way to go… i always use cdnjs.com 00:27:09 its maintained/hosted by cloudflare 00:28:44 probably better to use a single cdn so there's less dns 00:29:05 -!- sgun_ has quit [Ping timeout: 252 seconds] 00:30:36 -!- Siegurt has quit [Client Quit] 00:30:39 thats not really an issue because the dns for any major cdn will already be cached… its more just code maintenance 00:30:55 -!- bonghitz_ has quit [Ping timeout: 252 seconds] 00:31:09 i suppose that's true 00:34:13 btw, one recommendation from google page speed eludes my brain. it suggests not putting inline js in document head. how do I move stuff from head into a separate file without it breaking? 00:37:22 aren't you just talking about using