From 4be0b522a4fd65f8f015a624f1817ad1be4a2f43 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Tue, 12 Aug 2014 09:48:56 -0700 Subject: [PATCH] remove defunct fixme --- src/main/scala/sass/SassCompiler.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/scala/sass/SassCompiler.scala b/src/main/scala/sass/SassCompiler.scala index a969480..682378f 100755 --- a/src/main/scala/sass/SassCompiler.scala +++ b/src/main/scala/sass/SassCompiler.scala @@ -20,10 +20,6 @@ object SassCompiler { try { val parentPath = sassFile.getParentFile.getAbsolutePath - // FIXME: Generating sourcemaps means we can't just - // read the result from stdout. If we want to return file content - // (as strings) we need to read the files from disk. - val (_, dependencies) = runCompiler( sassCommand ++ Seq("-l", "-I", parentPath) ++ options ++ Seq(Seq(sassFile.getAbsolutePath, ":", outfile.getAbsolutePath).mkString, "--sourcemap") )