Eddie Monge Jr

Results 186 comments of Eddie Monge Jr

No, not for the docs. Im talking about normal JS. When a .coffee file is edited, it does not trigger a live reload. CS writing the processed files to the...

> im not a fan of having the docs in the actual site Ideally these should be available on a different "site". As in not part of the actual site...

after thinking about it more, using absolute (relative to domain root) paths does seem the best solution for problems 2 and 3 which would mean https://github.com/yeoman/generator-angular/issues/432. Problem 1 is an...

started thinking about how to implement this. added a note in https://github.com/eddiemonge/generator-angular-api

bowerrc doesnt specify where to look for the components; it specifies where to place them. we moved them out of the [app folder](http://yeoman.io/blog/bower_components-in-project-root.html) so there is something else going on

Try using the master branch from here and see if that works

bower_components should not be in `/app` since that is for your application files, not 3rd party files.

this is a known (non-)issue. You need to setup your server to do a mod-rewrite to the index.html. But yeah, I reference everything absolutely in my app. Someday I'll look...

what is your rewrite rule because i setup apache with relative urls and it seems to work fine. here is my rewrite rule: ``` apache RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f...

I forgot I had my dev server set to do something different. You are right on the refresh though. The easiest solution for that is: http://stackoverflow.com/questions/12858859/routing-in-subdirectory-in-angular-js tl;dr: