Domanda

I have done a quick test with doing it after the compilation, but this of course breaks the source maps line numbering.

The closest flag I found in --help is --output_wrapper which takes a string (not filename) as a parameter, which means the command is going to be quuuuite long.

How can I insert content of a file into the beginning of the minified file and keep the source maps working?

È stato utile?

Soluzione

You can use use an index map souce map to build a source map that refers to the original maps of the concatenated files.

Altri suggerimenti

Use a tool other than Closure-compiler. This heavily depends on your build environment as to what tool would be best suited. Closure-compiler does not handle basic file concatenation.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top