Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#Gradle
.gradle

#GWT cache
gwt-unitCache/
war/circuitjs1/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ gradle compileGwt --console verbose --info
# 2. Create the web-site directory from the build files:
gradle makeSite --console verbose --info
```
>In order to build with gradle wrapper (in case you dont have gradle installed on your system), replace gradle in the above coommands with gradlew(in windows) and ./gradlew(in linux,macos example : `gradlew compileGwt --console verbose --info` or `./gradlew compileGwt --console verbose --info`)

Now, just open `site/circuitjs.html` with your browser and enjoy!

Expand Down
Loading