docpad-skeleton-bootstrap
docpad-skeleton-bootstrap copied to clipboard
downloader puts bootstrap in wrong place
The downloader plugin appears to be putting bootstrap in the /files directory, but a copy is also in the /static directory. Also src/render/styles/twitter-bootstrap.css.less needs to be updated to point to the file that is in the /static directory.
Edit docpad.coffee to land it in src/static. Edit src/render/styles/twitter-bootstrap.css.less to reference static instead of files.
Not being a git guru, I'm still trying to figure out how to get the checkout process to work so I can create a pull.
I just left a pull request that solved this issue I think.