JS backend: generate sourcemap in IDEA every time.

This commit is contained in:
Zalim Bashorov
2013-09-20 17:10:53 +04:00
parent cee4668e47
commit d4924b58b1
@@ -216,6 +216,9 @@ public final class K2JSCompiler implements TranslatingCompiler {
args.add("-target"); args.add("-target");
args.add(libLocationAndTarget.second); args.add(libLocationAndTarget.second);
} }
//TODO drop later
args.add("-sourcemap");
} }
private static void addPathToSourcesDir(@NotNull VirtualFile[] sourceFiles, @NotNull ArrayList<String> args) { private static void addPathToSourcesDir(@NotNull VirtualFile[] sourceFiles, @NotNull ArrayList<String> args) {