docpad/docpad-skeleton-bootstrap

bootstrap 3.0

Closed this issue · 7 comments

Hi, what's the best way to upgrade to bootstrap 3.0?

Have you considered to upgrade the plugin or do you want to hold it a little longer?

thanks.

I'm good whenever. If someone can do a pull request I'd happily merge.

Completed :)

thanks!

dumb question, how do I upgrade an existing docpad site to boostrap 3.0?

also this commit seems not working properly, I'm trying to create a fresh docpad app and it's failing because of a dependency:

error: Something went wrong with the action
error: An error occured:
Error: FileError: 'normalize.less' wasn't found in /Users/Q/Sites/Nocte3.0/src/files/vendor/twitter-bootstrap/less/bootstrap.less on line 16, column 1:
15 // Reset
16 @import "normalize.less";
17 @import "print.less";

Try again, there was a problem with the last push, which I've just fixed up (#14). Sorry about that :)

fixed, thanks again :]

Is there a proper way to upgrade an existing docpad app or should I copy/paste the files manually?

no officially supported way, but you should be able to do this: git pull skeleton master - but they may cause merge conflicts etc