From 7e1616e57ead6e44d85c60d47e01ebae9d52085a Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 5 Nov 2016 14:31:15 +0100 Subject: [PATCH] Rename build artifacts --- CHANGELOG.md | 1 + README.md | 2 +- project.clj | 2 +- resources/public/cards.html | 2 +- resources/public/element.html | 2 +- resources/public/index.html | 2 +- resources/public/release-element.html | 4 ++-- resources/public/release.html | 4 ++-- resources/public/usage.html | 2 +- src/less/{main.less => asciinema-player.less} | 0 10 files changed, 11 insertions(+), 10 deletions(-) rename src/less/{main.less => asciinema-player.less} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11a91ba..cbfd719e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Fixed `` element loading under Chrome * Upgraded Reagent (and thus React) dependency +* Changed paths of build artifacts ## 2.3.0 (2016-10-02) diff --git a/README.md b/README.md index bfb0e9bf..00f9f401 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ To build stand-alone `.js` and `.css` files run: lein cljsbuild once release lein less once -This produces `resources/public/js/release.js` and `resources/public/css/main.css`. +This produces `resources/public/js/asciinema-player.js` and `resources/public/css/asciinema-player.css`. ## Contributing diff --git a/project.clj b/project.clj index f9d19970..a15d1608 100644 --- a/project.clj +++ b/project.clj @@ -66,7 +66,7 @@ :pretty-print false :main "asciinema.player.runner"}} :release {:source-paths ["src"] - :compiler {:output-to "resources/public/js/release.js" + :compiler {:output-to "resources/public/js/asciinema-player.js" :output-dir "resources/public/js/release" :preamble ["license.js" "public/CustomEvent.js" "public/CustomElements.min.js"] :foreign-libs [{:file "public/element.js" diff --git a/resources/public/cards.html b/resources/public/cards.html index fca607b3..89504cee 100644 --- a/resources/public/cards.html +++ b/resources/public/cards.html @@ -3,7 +3,7 @@ - + diff --git a/resources/public/element.html b/resources/public/element.html index f82f239e..c7776082 100644 --- a/resources/public/element.html +++ b/resources/public/element.html @@ -1,7 +1,7 @@ - + diff --git a/resources/public/index.html b/resources/public/index.html index 86178e3d..c922c5f6 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -1,7 +1,7 @@ - + diff --git a/resources/public/release-element.html b/resources/public/release-element.html index 2f8018fa..75787a72 100644 --- a/resources/public/release-element.html +++ b/resources/public/release-element.html @@ -1,7 +1,7 @@ - + @@ -19,6 +19,6 @@

Text

- + diff --git a/resources/public/release.html b/resources/public/release.html index fbed56e6..df83d571 100644 --- a/resources/public/release.html +++ b/resources/public/release.html @@ -1,14 +1,14 @@ - +
- +