pug-bootstrap / PUG-Bootstrap

Bootstrap framework written completely using mixins in Pug
http://pug-bootstrap.github.io/PUG-Bootstrap/
MIT License
226 stars 73 forks source link

Jade to Pug #14

Closed makingpippop closed 7 years ago

makingpippop commented 8 years ago

Since Jade is now called Pug, i've changed all the file's extension

mike-goodwin commented 8 years ago

@rajasegar: I needed to upgrade to pug for my project but I get why you don't want to yet. So, I made a fork of jade-bootstrap and upgraded it myself. I fixed up all the unit tests to account for the breaking changes between jade and pug - but the unit tests don't cover everything and I didn't fix up areas where there are no tests.

The new repo is here: https://github.com/mike-goodwin/pug-bootstrap

And I published an npm package here: https://www.npmjs.com/package/pug-bootstrap

When you decide it's the right time to move to pug, feel free to use my fork as a starting point if you like - it might save you a few hours. I don't want to maintain a parallel version once you do upgrade, so please can you let me know when you do and I will switch back to your "official" version :)

rajasegar commented 7 years ago

thanks @dagelabi i merged your PR