Skip to content
/ webjars Public
forked from webjars/webjars

Client-side web libraries packaged into JARs

License

Notifications You must be signed in to change notification settings

jacodg/webjars

 
 

Repository files navigation

WebJars

Join the chat at https://gitter.im/webjars/webjars

This is source for the http://www.webjars.org website. This is also the place to file requests for new WebJars.

For more information about WebJars visit the website: http://www.webjars.org

Travis CI Build Status

Development Info

Run the web app:

  1. Start a local memcache server
  2. ./sbt ~run

Note: Deploying WebJars to BinTray / Maven Central requires a bunch of stuff. In the future that will be documented but for now, deployment won't work in plain development environments.

Run the all tests:

  1. ./sbt test

Run a specific test, i.e.:

  1. testOnly utils.LicenseDetectorSpec -- ex "detect the license"
export OSS_GPG_PASS=asdf
export OSS_GPG_KEY=$(gpg --no-tty --pinentry-mode loopback --passphrase "$OSS_GPG_PASS" --export-secret-keys | base64 -w 0)

About

Client-side web libraries packaged into JARs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 73.6%
  • HTML 22.4%
  • JavaScript 2.5%
  • Other 1.5%