Skip to content

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

Merged
merged 6 commits into from
Nov 6, 2018
Merged

CommonJS module #20

merged 6 commits into from
Nov 6, 2018

Conversation

Starzu
Copy link
Contributor

@Starzu Starzu commented Oct 31, 2018

No description provided.

@Starzu Starzu requested review from ddworak and mkej October 31, 2018 09:48
Copy link

@mkej mkej left a 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",
Copy link

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? ;)

Copy link
Contributor Author

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"
Copy link

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>
Copy link
Member

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>


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")
Copy link
Member

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

@Starzu Starzu merged commit 31461ea into master Nov 6, 2018
@Starzu Starzu deleted the commonjs-module branch November 6, 2018 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants