gruntjs / grunt-contrib-requirejs

Optimize RequireJS projects using r.js.
http://gruntjs.com/
MIT License
504 stars 105 forks source link

generateSourceMaps dosen't work #35

Closed sshmyg closed 11 years ago

sshmyg commented 11 years ago

Hello, generateSourceMaps dosen't work with uglify2 optimize option. Work just with closure.

sshmyg commented 11 years ago

I think its chrome bug, couse in chrome Canary everything is work.

arcanis commented 11 years ago

Sourcemaps are now generated with //# instead of //@, due to an IE8 bug.

Chrome stable does not recognize this new syntax yet. Not a bug.

sshmyg commented 11 years ago

thank's

ChrisWren commented 11 years ago

Can we close this since it is not a bug with grunt-contrib-requirejs?