Browse Source

Add --source_map_include_content to closure compiler build (#177)

copy 6 years ago
parent
commit
5c0e87b3e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -12,6 +12,7 @@ CLOSURE_READABLE=--formatting PRETTY_PRINT --debug
 
 CLOSURE_SOURCE_MAP=\
 		--source_map_format V3\
+		--source_map_include_content\
 		--create_source_map '%outname%.map'
 
 		#--jscomp_error reportUnknownTypes\