Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
bertieb
/
dice-roller
Observar
1
Favorito
0
Fork
0
Código
Issues
1
Pull requests
0
Versões
5
Wiki
Atividade
Roll dice (eg Asphodice) and show outcomes
https://rpg.bertieb.org/dice-roller/
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
33
Commits
1
Branch
261 KiB
Tag:
ef598d2c98
master
v0.3.5
v0.3.3
v0.3.0
v0.2.0
v0.1.3
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de ef598d2c98
${ noResults }
dice-roller
/
.gitignore
.gitignore
56 B
Original
Visão normal
Histórico
Package info and ignores
3 anos atrás
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 anos atrás
1
2
3
4
5
*.js
node_modules/
package-lock.json
dist/
!gulpfile.js