Skip to content

Commit

Permalink
Enabled asset gzip compression
Browse files Browse the repository at this point in the history
  • Loading branch information
tobice committed Jul 25, 2016
1 parent d296bba commit 694c891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ libraryDependencies ++= Seq(

JsEngineKeys.engineType := JsEngineKeys.EngineType.Node

//pipelineStages := Seq(rjs, digest, gzip)
pipelineStages := Seq(gzip)

// Custom task that compiles appgen JavaScript frontend (React) files using webpack. The simplest
// way is to execute it as an external command (it's probably not going to work on Windows machines
Expand Down

0 comments on commit 694c891

Please sign in to comment.