Hey there! I'm still fairly new to this, but I've been using a yeoman generator for my projects, specifically the one found at https://github.com/DaftMonk/generator-angular-fullstack. My goal is to have Angular load at the top of the index.html instead of with the rest of the scripts. I'm trying to make ng-cloak work for my app loading, but it's not rendering correctly unless the Angular script is loaded in the head section. Is there a way to achieve this with the grunt or bower setup? I'm utilizing their grunt file, which can be found at https://github.com/DaftMonk/generator-angular-fullstack/blob/master/Gruntfile.js. Additionally, after running grunt build, is there a way to keep Angular at the top of the document instead of being minified with the other scripts at the bottom? Even if it's not minified with the rest, as long as it remains at the top, I'd be satisfied. I've been going through the grunt and bower configurations for a few hours now, so any guidance would be greatly appreciated. Thanks for taking the time to read this!