gruntjs / grunt-contrib-requirejs

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

Unexpected character #107

Closed martingg88 closed 8 years ago

martingg88 commented 8 years ago

uglify2 can't parse of following syntax. any idea how to solve this? ${marker.width}px

sindresorhus commented 8 years ago

Uglify doesn't yet support ES2015.

martingg88 commented 8 years ago

keep me posted if there is support of that feature in future. Thanks.