This website works better with JavaScript.
首頁
探索
說明
註冊
登入
bertieb
/
dice-roller
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
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.
60
Commit
1
分支
261 KiB
目錄樹:
c4e761e6bd
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from 'c4e761e6bd'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
原始文件
Normal View
文件歷史
Package info and ignores
3 年之前
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 年之前
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js