Can't remove Bootstrap with Roots 7

Hey everyone, I usually follow these instructions to remove Boostrap from Roots:

http://roots.io/modifying-bootstrap-in-roots/

But the instructions don’t work anymore with Roots v7. I tried to adopt them to the current files, but when running Grunt to update, it throws and error.

Any help appreciated. I just need to have zero Bootstrap stuff going on.

You will need to remove every line down to line 10 in main.less, that should remove Bootstrap styles.

Remove them all if you like.

Thanks CFX. I did that and removed the bootstrap lines from gruntfile.js under "var jsFileList = [ "

Rant Grunt again, no errors this time.

I appreciate it.