fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

!!! directive in Jade is now obsolete #51

Closed Satyam closed 10 years ago

Satyam commented 10 years ago

In client/views/index.jade the initial !!! 5 in the very first line causes an error when the server is started. It should be replaced by a doctype declaration.

fnakstad commented 10 years ago

Thanks for reporting this Satyam! I noticed that I hadn't set explicit version numbers for certain packages in package.json, including Jade, which caused this error. Should be fixed if you pull the last commits :)