This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bertieb
/
dice-roller
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
5
Wiki
Activity
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30
Commits
1
Branch
261 KiB
Tree:
a08472a6b8
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a08472a6b8'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
Raw
Normal View
History
Package info and ignores
3 years ago
Add gulp for automated builds & Boostrap for FE Can now build all with 'gulp' (if gulp-cli installed) Big commit. Breakdown: - .gitignore includes gulpfile.js (otehrwise excluded) - gulpfile sets up build steps + browsersync - src/ files for FE (stub for now) - moved ts to src/ for consistency - update tsconfig with new paths - package.json lists new reqs
3 years ago
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js