GithubHelp home page GithubHelp logo

sbt-web-build-base's Introduction

sbt-web build base

This is an sbt plugin that sbt-web plugins can use to get their configuration.

Build Status Download

Usage

Ensure that project/build.properties is configured for sbt minimum version of 1.2.1:

sbt.version=1.2.1

Add the following to project/plugins.sbt:

addSbtPlugin("com.typesafe.sbt" % "sbt-web-build-base" % "1.2.3")

Now create a version.sbt with the version declared in it, for example:

version := "1.0.0-SNAPSHOT"

And finally, create a build.sbt that declares the name, description and libraryDependencies and enables the plugin. For example:

lazy val `sbt-project-name` = project in file(".")
enablePlugins(SbtWebBase)

description := "My project description"

libraryDependencies ++= Seq(
  "org.webjars" % "my-web-jar" % "1.2.3
)

Generally, no other settings should be needed, all required settings, such as cross building, organization, scripted configuration, release and publishing configuration are provided by sbt-web-build-base.

Utilities

A few utility methods are provided:

  • addSbtWeb and addSbtJsEngine - these add dependencies on sbt-web and sbt-js-engine respectively.

sbt-web-build-base's People

Contributors

jroper avatar mkurz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.