AntoineMary / grunt-angular-file-loader

Automatically sort and inject AngularJS app files depending on module definitions and usage
MIT License
5 stars 8 forks source link

improved space matching #13

Closed noXi89 closed 8 years ago

noXi89 commented 8 years ago

\s matches spaces and newlines, \h matches only horizontal whitespace characters

noXi89 commented 8 years ago

\h is not a proper js regex class