GulinSS / jade-angularjs-brunch

Automatic compiler Jade templates to AngularJS modules for Brunch.IO
31 stars 21 forks source link

WIndows specific path causes failure on OSX #1

Closed gmp26 closed 11 years ago

gmp26 commented 11 years ago

jade-angularjs-brunch/src/index.coffee:98 uses the windows specific path '_public\js\dontUseMe'

replacing with '_public/js/dontUseMe' makes it work on OSX, but I guess this bit is a work in progress anyway.

Maybe it's enough to detect 'dontUseMe'?

GulinSS commented 11 years ago

Merged