Right now the filecompiler can do a few things
- (no flags) compiles multiple files into multiple out files (no source maps)
- (inline-modules) compiles a single file and inlines external modules (it
outputs source map and copies originals)
We should separate these under multiple flags
--combine Combines all the inout files into a single output file
--source-maps Outputs source map
--copy-originals Useful with source maps. Maybe this should be bundled with
source-maps?
Original issue reported on code.google.com by arv@chromium.org on 20 Aug 2012 at 2:28
Original issue reported on code.google.com by
arv@chromium.org
on 20 Aug 2012 at 2:28