sonygod / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Fix error when using SourceMaps #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i will get this error, when enabling SourceMaps:

  18:59:51.679: ExportAndMinifyJs: End: 175ms
  18:59:51.679: GenerateSourceMappings: Start: 
SKC : error SK0000: Sequence contains no elements
  System.InvalidOperationException: Sequence contains no elements
     at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
     at SharpKit.Compiler.SourceMapping.SkSourceMappingGenerator.Generate()
     at SharpKit.Compiler.CompilerTool.GenerateSourceMappings()
     at SharpKit.Compiler.CompilerTool.Time(Action action)
     at SharpKit.Compiler.CompilerTool.Run()

Original issue reported on code.google.com by DanelK...@gmail.com on 23 May 2012 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 28 Jun 2012 at 6:36