使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bertieb
/
dice-roller
关注
1
点赞
0
派生
0
代码
工单
1
合并请求
0
版本发布
5
百科
动态
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
33
提交
1
分支
261 KiB
目录树:
ef598d2c98
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 'ef598d2c98'
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
原始文件
普通视图
文件历史
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