You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well, after looking at the current code, i'm pretty sure i'll change it a fair amount if i get into it, and i'll probably use nginx-conf as a backend, which is definitely a more mature project. I do like how mine is kinda jquery like, though, so i'll keep that aspect of it but more as a wrapper around the nginx-conf package.
Yeah, in my case I'm using a hybrid of both of the projects as I wanted something where I could pull the directives out and edit them in a web form and then compile them back to a config file on the server end. Maybe I'll write a new package dependent on both this and nginx-conf! Oh the world of NPM haha.
I know this is old but maybe it will help someone else
Consider redirects to AngularJS urls: /my/app/#/page1
I worked around this by modifying the code to, which works in my use case and just forces comments to be followed by a space:
The text was updated successfully, but these errors were encountered: