Chris Gross

Results 72 comments of Chris Gross

The grunt build will compile all the less into css. When you build, it should create a fully optimized build int the /dist directory. There should be no references left...

I'm open to moving to npm but now I believe more packages (front-end) are still published to bower than to npm. Thats changing but I'm not sure its at critical...

Is that an issue for you? Angular-busy intentionally adds that class so it can layout the overlay correctly. Usually adding position:relative to an element is inconsequential. Does it affect something...

Could you help me understand why its a problem. I'm interested to know why its affecting you.

Ah I see. You have some absolutely positioned content inside the div. If the position:relative is removed from the div after the promise is complete - does that really solve...

Your code snippet didn't get included. Not sure what could be going on.

Unfortunately, this won't work. The template file is serialized in to the dist version of the js during build. If you look at the grunt build, it might make more...

Phew! Thats alot of changes! In the future, it would be easier to deal with this many changes as separate PRs. Lots of thoughts on these changes. First though, this...

Thats on the roadmap but not sure when I'll get to it.