This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
html5mode, yeoman and outdated dependencies #192
Comments
P.S. I think we could also have a look to the outdated dependences too. What do you think? :) |
See PR #195. Please add your thoughts. |
I think there is a major problem to solve about this, and it is located in the generators (apart from the project codebase). |
I'm not using the generators. Maybe you can take my PR and patch the generators? |
I could try, but I never worked before with Yeoman generators... |
You are AWESOME man, can't wait for try by myself... :D |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
I'm trying to start a project with this stack, I find the idea, the generators and the code samples awesome! But I see that there's no real html5mode support. You can set it, but the boilerplate project and the generators are not longer valid.
I've been able to fix everything and make it functional, moving the express routes to /api, and making some urls absolute (for example, in the angular routes, the templateUrl: '/modules/tests/views/list-tests.client.view.html'".
I find a couple of big problems in the project. There are areas (like the relative routes) that could be easily patched to fit into the hashbang and the html5mode, and the generators (specially for the Express routes).
With some help, I'm pretty sure that I can fix this, but I have no experience with Yeoman and your way of work. Also, I'm seeing a lot of pull requests waiting since June!
The text was updated successfully, but these errors were encountered: