Skip to content

Commit

Permalink
Migrate to latest Play version - addresses #92
Browse files Browse the repository at this point in the history
Removes styles, fonts, and JavaScript sources that are no longer used.
  • Loading branch information
resamsel committed Oct 3, 2020
1 parent d80f94e commit 42ba9db
Show file tree
Hide file tree
Showing 71 changed files with 1 addition and 17,558 deletions.
45 changes: 0 additions & 45 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,51 +92,6 @@ dockerExposedPorts in Docker := Seq(9000)

dockerExposedVolumes := Seq("/opt/docker/logs", "/opt/docker/data")

//
// Concat
//
Concat.groups := Seq(
"styles.css" -> group(Seq(
"stylesheets/materialize.min.css",
"stylesheets/nprogress.css",
"stylesheets/font-awesome.min.css",
"stylesheets/d3.v3.css",
"stylesheets/codemirror.css",
"stylesheets/codemirror.translatr.css",
"stylesheets/main.css",
"stylesheets/editor.css",
"stylesheets/template.css",
"stylesheets/media.css"
)),
"scripts.js" -> group(Seq(
"javascripts/jquery.min.js",
"javascripts/jquery.ba-bbq.min.js",
"javascripts/materialize.min.js",
"javascripts/jquery.autocomplete.min.js",
"javascripts/d3.v3.min.js",
"javascripts/moment.min.js",
"javascripts/nprogress.js",
"javascripts/codemirror.js",
"javascripts/codemirror.xml.js",
"javascripts/underscore-min.js",
"javascripts/backbone-min.js",
"javascripts/backbone.undo.js",
"javascripts/backbone-pageable.min.js",
"javascripts/app.js",
"javascripts/main.js",
"javascripts/notification.js",
"javascripts/editor.js"
))
)

// Put everything into the concat dir
Concat.parentDir := "concat"

// Allows concatenated resources to be used in dev mode
pipelineStages in Assets := Seq(concat)

pipelineStages := Seq(concat)

//
// Tests
//
Expand Down
6 changes: 1 addition & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
//resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
// resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
resolvers += Classpaths.sbtPluginReleases

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.2")

// Web plugins
addSbtPlugin("net.ground5hark.sbt" % "sbt-concat" % "0.2.0")

// Play enhancer - this automatically generates getters/setters for public fields
// and rewrites accessors of these fields to use the getters/setters. Remove this
// plugin if you prefer not to have this feature, or disable on a per project
Expand Down
Binary file removed public/fonts/FontAwesome.otf
Binary file not shown.
Binary file removed public/fonts/fontawesome-webfont.eot
Binary file not shown.
685 changes: 0 additions & 685 deletions public/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed public/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed public/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file removed public/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file removed public/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 0 additions & 288 deletions public/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file removed public/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file removed public/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file removed public/fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Bold.eot
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Bold.ttf
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Bold.woff
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Bold.woff2
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Light.eot
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Light.ttf
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Light.woff
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Light.woff2
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Medium.eot
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Medium.ttf
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Medium.woff
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Medium.woff2
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Regular.eot
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Regular.ttf
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Regular.woff
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Regular.woff2
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Thin.eot
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Thin.ttf
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Thin.woff
Binary file not shown.
Binary file removed public/fonts/roboto/Roboto-Thin.woff2
Binary file not shown.
Loading

0 comments on commit 42ba9db

Please sign in to comment.