Skip to content

Commit

Permalink
remove defunct fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Nelson committed Aug 12, 2014
1 parent 56bd3cd commit 4be0b52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/scala/sass/SassCompiler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit 4be0b52

Please sign in to comment.