1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Merge branch 'sourcemaps' of https://github.com/surjikal/coffee-script into sourcemaps

This commit is contained in:
Jason Walton 2013-03-01 08:47:42 -05:00
commit 0e718f0968
5 changed files with 10 additions and 5 deletions

View file

@ -145,7 +145,7 @@
version: 3,
file: generatedFile,
sourceRoot: "",
source: [sourceFile],
sources: sourceFile ? [sourceFile] : [],
names: [],
mappings: mappings
};