Skip to content

Commit

Permalink
Merge pull request #8 from MasseGuillaume/master
Browse files Browse the repository at this point in the history
avoid overriding settings
  • Loading branch information
jamesward committed Oct 18, 2013
2 parents 3383ec3 + 0087b67 commit e4753ab
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ object BrowserNotifierPlugin extends Plugin {

val playAssetsDirectories = SettingKey[Seq[File]]("play-assets-directories")

override lazy val projectSettings = super.projectSettings ++ Seq(
lazy val livereload = Seq(
watchSources <++= playAssetsDirectories map { dirs =>
for {
dir <- dirs
Expand All @@ -38,5 +38,4 @@ object BrowserNotifierPlugin extends Plugin {
watchSources <++= baseDirectory map { path => ((path / "app/assets") ** "*").get },
BrowserNotifierPlugin.browserNotification <<= BrowserNotifierPlugin.compileTask.triggeredBy(compile in Compile)
)

}

0 comments on commit e4753ab

Please sign in to comment.