Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top