meteor-typescript
Advanced tools
Comparing version
@@ -43,6 +43,6 @@ "use strict"; | ||
var fileChanged = this.fileCache.isChanged(fullPath, arch, source); | ||
this.files[filePath].version++; | ||
this.files[filePath].changed = false; | ||
if (fileChanged) { | ||
this.files[filePath].version++; | ||
this.files[filePath].changed = true; | ||
@@ -110,4 +110,5 @@ if (isTypings) { | ||
SH.getScriptVersion = function(filePath) { | ||
return this.files[filePath] && | ||
this.files[filePath].version.toString(); | ||
var normPath = sourceHost.normalizePath(filePath); | ||
return this.files[normPath] && | ||
this.files[normPath].version.toString(); | ||
}; | ||
@@ -114,0 +115,0 @@ |
{ | ||
"name": "meteor-typescript", | ||
"author": "@barbatus", | ||
"version": "0.7.4-beta.5", | ||
"version": "0.7.4-beta.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "TypeScript wrapper package for use with Meteor", |
55924
0.1%1585
0.06%