I'm a novice front end developer and I'm fairly new to using frameworks like bootstrap. I have a lot unused code that i would like to remove before building this into a wordpress theme. Any clue as to how i can tackle the task of refactoring in a "safe way".
thanks plenty
PS: first post on HN :)
http://getbootstrap.com/customize
and only select the components you will need. This will provide you with a customized download of Bootstrap.
The only other way is to cut out the individual elements you don't need, but I wouldn't recommend this method as if you ever choose to upgrade or need to modify your theme you will need to go back through and add/remove whatever you need or don't need.