Added phantomCSS - fix travis errors

This commit is contained in:
Amaury Bzc
2016-01-30 10:42:25 +01:00
parent 4e16d42d8f
commit f44827f22e
2 changed files with 19 additions and 16 deletions
+2 -1
View File
@@ -39,8 +39,9 @@ var options: PhantomCSSOptions = {
});
},
fileNameGetter: function(root,filename){
fileNameGetter: function(root:string,filename:string){
return root+filename;
},
prefixCount: true,