14:53:59 <Therms> "Bleeding-edge docs" in the topic points to a non-existant page 15:07:27 <Therms> I'm getting stuff like `../../../../../../bower_components/bootstrap/dist/css/bootstrap.css` at the top of various asset files when I build 15:08:02 <Therms> I'm using latest from github (because I'm trying to fix some bugs and add some features to install_wordpress) 15:11:25 <ChrisWarrick> Therms: I’ll fix the link, thanks 15:11:40 <ChrisWarrick> Therms: and this is expected: we use relative paths by default (change URL_TYPE in config if you don’t like them) 15:13:09 <Therms> to be clear, my issue isn't the relativeness of the link, the issue is that there's just this raw line of text at the beginning of the file which the browser doesn't know what to do with 15:13:35 <Therms> for example, here's what `all-nocdn.js` looks like: 15:13:58 <Therms> http://pastebin.com/Hc13wdJj 15:15:00 <ChrisWarrick> Therms: Ah. Windows. 15:15:13 <Therms> heh, yeah 15:15:55 <ChrisWarrick> you’re lucky, because I’m booted into Windows today 15:16:55 <Therms> I do 90% of my dev work in a linux VM, I just didn't feel like starting it up to work on what was at first just going to be a quick fix or two 15:17:25 <ChrisWarrick> I’m actually building a very fancy C#/WPF app this weekend 15:24:17 <ChrisWarrick> docs link fixed 15:24:36 <Therms> hooray! 15:25:32 <ChrisWarrick> as for the Windows issue, there’s probably something terribly broken in our symlink fixer aain 15:25:35 <ChrisWarrick> again* 15:47:09 <ChrisWarrick> Therms: Are you using pip install -e/setup.py develop? 15:57:04 <Therms> no, i used pip install -e /dir/to/local/dev/install/of/nikola 15:57:54 <Therms> ChrisWarrick ^ 15:59:07 <ChrisWarrick> Therms: yes, you did use that 15:59:16 <ChrisWarrick> Therms: This might break on Windows 16:00:31 <ChrisWarrick> Therms: you would have to install with regular setup.py, or otherwise convince someone to fix symlinks 16:01:01 <Therms> i think i'll just switch to linux vm 16:02:45 <Therms> heh, i meant to type yes above. that was a mistake caused by editing what i was going to say. 16:07:36 <ChrisWarrick> linux vms are much nicer for development 16:07:52 <ChrisWarrick> even if I’m doing WPF today, I still run git bash and vim for everything else 16:30:44 -GitHub[nikola]:#nikola- [nikola] dmwyatt opened pull request #2329: 'saniziting' is not how you spell it! (master...patch-1) https://git.io/vwMyX 16:34:40 <Therms> that ^ was me 16:40:42 <Therms> ChrisWarrick: I'm getting that exact same file (http://pastebin.com/Hc13wdJj) when I build on Ubuntu 16:41:03 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: https://git.io/vwMS3 16:41:03 -GitHub[nikola]:#nikola- nikola/master 5934f9b Dustin Wyatt: 'saniziting' is not how you spell it!... 16:41:03 -GitHub[nikola]:#nikola- nikola/master fcb1d6d Chris Warrick: Merge pull request #2329 from dmwyatt/patch-1... 16:41:22 <ChrisWarrick> Therms: that’s completely strange 16:42:40 <ChrisWarrick> unless you’re doing something crazy, like copying a broken repo from Windows, or running on NTFS, this should work fine 16:43:17 <Therms> i'll look into it 16:43:58 <ChrisWarrick> Cannot reproduce on Fedora 22/Python 3.4/git clone 16:46:58 -travis-ci:#nikola- getnikola/nikola#7067 (master - fcb1d6d : Chris Warrick): The build passed. 16:46:59 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a27143bd0514...fcb1d6dffbd1 16:46:59 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/127049649 17:27:59 -GitHub[nikola]:#nikola- [nikola] dmwyatt opened pull request #2330: If a title has line breaks it messes up meta generation. (master...master) https://git.io/vwMHE 18:27:44 <ChrisWarrick> Therms: (fix your PR) 18:44:47 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 3 new commits to master: https://git.io/vwMda 18:44:47 -GitHub[nikola]:#nikola- nikola/master 8fad938 Dustin Wyatt: If a title has line breaks it messes up meta generation. 18:44:47 -GitHub[nikola]:#nikola- nikola/master b259aef Dustin Wyatt: str.replace takes two arguments. 18:44:47 -GitHub[nikola]:#nikola- nikola/master 81f0e3b Chris Warrick: Merge pull request #2330 from dmwyatt/master... 18:49:20 -travis-ci:#nikola- getnikola/nikola#7070 (master - 81f0e3b : Chris Warrick): The build passed. 18:49:21 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fcb1d6dffbd1...81f0e3b0a191 18:49:21 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/127066530