-
Notifications
You must be signed in to change notification settings - Fork 6
CommonJS module #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CommonJS module #20
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
name := "udash-jquery" | ||
|
||
inThisBuild(Seq( | ||
version := "2.0.1", | ||
version := "3.0.0-SNAPSHOT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll change it before releasing, right? ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right :)
@@ -4,7 +4,7 @@ import sbt._ | |||
|
|||
object Dependencies { | |||
val udashCoreVersion = "0.6.1" | |||
val udashJQueryVersion = "2.0.0" | |||
val udashJQueryVersion = "3.0.0-SNAPSHOT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<title>jquery-demo - ScalaJSBundlerPlugin demo</title> | ||
<script src="scripts/frontend.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's considered a good practice to put the scripts at the bottom of <body>
project/plugins.sbt
Outdated
|
||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.24") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.14.0
is available
No description provided.