docpad-skeleton-bootstrap icon indicating copy to clipboard operation
docpad-skeleton-bootstrap copied to clipboard

downloader puts bootstrap in wrong place

Open magrawala opened this issue 9 years ago • 2 comments

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.

magrawala avatar Jul 01 '15 02:07 magrawala

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.

jmjf avatar Jul 04 '15 15:07 jmjf

I just left a pull request that solved this issue I think.

magrawala avatar Jul 18 '15 00:07 magrawala