googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
410 stars 191 forks source link

Using grunt with mod rewrite #62

Closed ghost closed 9 years ago

ghost commented 9 years ago

Currently we use node sripts/web-server.js as starting point, but what if I want to use grunt and mod rewrite with angularjs html5mode enabled?

I want the site's url without showing the /app path and go directly to the first otherwise route.

What can I do? any example for it?

katowulf commented 9 years ago

This is beyond the purview of angularFire-seed and would make a great StackOverflow question. I'd recommend that you post it there with steps to reproduce and a bit more details of what you've tried and what hasn't worked.