9

Is there a way to generate sourcemaps using YUI compressor? I don't find any option to do that here -- http://yui.github.io/yuicompressor/

Varunkumar Nagarajan
  • 1,807
  • 1
  • 24
  • 43

2 Answers2

2

The YUI Compressor is no longer maintained by the YUI team but instead by a community member. The recommended compressor tool for YUI is Ugilfy 2 which has the option to generate source maps.

hatch
  • 317
  • 1
  • 13
1

YUI compressor doesn't support generation of sourcemaps. Here is a nice wiki page that lists the tools and languages that compile to JS supporting source maps -- https://github.com/ryanseddon/source-map/wiki/Source-maps%3A-languages,-tools-and-other-info

Varunkumar Nagarajan
  • 1,807
  • 1
  • 24
  • 43