Eddie Monge Jr

Results 185 comments of Eddie Monge Jr

@skivvies @entronic @intellix want to try @mrhooray PR to see if it fixes the problem? : https://github.com/yeoman/generator-angular/pull/631

@mrhooray bootstrap-sass-official does depend on `jQuery`. If you don't include it, then you get JS errors.

> At least I think it might be worthwhile to warn users about the default behaviour being that templates are going to be compiled only if they are on the...

First, thanks for the work on this. Sorry I've been a bit absentee on this project. Other things have taken priority. I'm trying to get back to it though -...

Thats probably not the best way to do that as you are loading the css after the JS has already run which means the css wont load until after your...

ideally there would be a tool that would add this automatically for us

The specs dont need it moved since they don't get concatenated. Also, these should be squashed. As for the tool that would do this, it should take each file, wrap...

Also, should the CoffeeScript files get these changes?

I would say have an option like: ``` ``` The flag (haha see the **usemin** option there) would look for the name.min.js version of the file next to the non-minned...