-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ figwheel_server.log | |
*.iml | ||
*.css | ||
*.css.map | ||
bower_components | ||
node_modules | ||
compiled | ||
.sass-cache | ||
.#* | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--modules-folder resources/public/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,9 @@ All common JDKs should work. I used a workaround [from this | |
issue](https://github.com/bhauman/lein-figwheel/issues/612) to make it | ||
compatible to JDK9 until Clojure and ClojureScript are fully JDK9-compatible. | ||
|
||
Also [Leiningen](https://leiningen.org/) and [yarn](https://yarnpkg.com/en/) / | ||
[npm](https://www.npmjs.com/) are necessary to build the project. | ||
|
||
## Usage | ||
|
||
Set your desired options in | ||
|
@@ -34,11 +37,11 @@ Then start the development server as seen in the Setup section. | |
|
||
Download the dependency reveal.js (specified in `bower.json`) with: | ||
|
||
bower install | ||
yarn install | ||
|
||
or clone the repository: | ||
|
||
git clone [email protected]:hakimel/reveal.js.git resources/public/bower_components/reveal.js | ||
git clone [email protected]:hakimel/reveal.js.git resources/public/node_modules/reveal.js | ||
|
||
To get an interactive development environment run: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "reveal-cljs", | ||
"version": "1.0.0", | ||
"description": "A ClojureScript wrapper for reveal.js", | ||
"main": "reveal.core", | ||
"dependencies": { | ||
"reveal.js": "hakimel/reveal.js#3.7.0" | ||
}, | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:n2o/reveal-cljs.git" | ||
}, | ||
"author": "Christian Meter", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|
||
reveal.js@hakimel/reveal.js#3.7.0: | ||
version "3.7.0" | ||
resolved "https://codeload.github.com/hakimel/reveal.js/tar.gz/2c5396b7d347f8ee1344016f15b93d4f78401569" |